summaryrefslogtreecommitdiff
path: root/style/style.css
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-03 21:55:51 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-03 22:22:58 +0200
commit159f8373059e4bc6d599e781d8cda1981a309216 (patch)
tree43632831f919893fd7d6efecf7d993d55516f931 /style/style.css
parentf2df24cee6fe0572bb4e95d8dbff811234354c41 (diff)
downloadmutti-web-159f8373059e4bc6d599e781d8cda1981a309216.tar.gz
mutti-web-159f8373059e4bc6d599e781d8cda1981a309216.tar.bz2
mutti-web-159f8373059e4bc6d599e781d8cda1981a309216.zip
Use h1/h2 in content only (not in header)
Diffstat (limited to 'style/style.css')
-rw-r--r--style/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/style/style.css b/style/style.css
index 5fbf96f..a6d16c9 100644
--- a/style/style.css
+++ b/style/style.css
@@ -144,7 +144,7 @@ header {
//font-family: 'Archivo Black', sans-serif;
}
-header h1, header h2 {
+header .h1, header .h2 {
margin: 0;
letter-spacing: -0.025em;
font-weight: normal;
@@ -158,13 +158,13 @@ header svg {
height: 3.5em;
}
-header h1 {
+header .h1 {
display: inline;
font-size: 3em;
color: #444;
}
-header h2 {
+header .h2 {
display: inline;
padding-left: .5em;
font-size: 1.5em;