diff options
author | Case Duckworth | 2015-03-10 12:11:43 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-10 12:11:43 -0700 |
commit | 4b43c8aceabe209c10519d7983caed01d3031f21 (patch) | |
tree | 2222a0bb6857842cad12060ca3eb43852733c301 | |
parent | Add title change to lozenge link (diff) | |
download | autocento-4b43c8aceabe209c10519d7983caed01d3031f21.tar.gz autocento-4b43c8aceabe209c10519d7983caed01d3031f21.zip |
Add space between header and content
-rw-r--r-- | css/common.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/css/common.css b/css/common.css index 839a2c4..f208957 100644 --- a/css/common.css +++ b/css/common.css | |||
@@ -31,6 +31,7 @@ header { | |||
31 | max-width: 39em; | 31 | max-width: 39em; |
32 | margin: auto; | 32 | margin: auto; |
33 | text-align: center; | 33 | text-align: center; |
34 | margin-bottom: 1em; | ||
34 | } | 35 | } |
35 | .title { | 36 | .title { |
36 | text-align: left; | 37 | text-align: left; |
@@ -106,7 +107,7 @@ img { | |||
106 | } | 107 | } |
107 | /* images }}} */ | 108 | /* images }}} */ |
108 | /* HEADINGS {{{ */ | 109 | /* HEADINGS {{{ */ |
109 | h1.title { | 110 | .title { |
110 | font-family: "Playfair Display", Georgia, serif; | 111 | font-family: "Playfair Display", Georgia, serif; |
111 | font-size: 16pt; | 112 | font-size: 16pt; |
112 | /* font-weight: bold; */ | 113 | /* font-weight: bold; */ |
@@ -114,13 +115,15 @@ h1.title { | |||
114 | letter-spacing: 0.1em; | 115 | letter-spacing: 0.1em; |
115 | text-transform: uppercase; | 116 | text-transform: uppercase; |
116 | } | 117 | } |
117 | h1.subtitle { | 118 | .subtitle { |
118 | font-family: "Playfair Display", Georgia, serif; | 119 | font-family: "Playfair Display", Georgia, serif; |
119 | font-size: 15pt; | 120 | font-size: 15pt; |
120 | font-style: italic; | 121 | font-style: italic; |
121 | font-weight: 400; | 122 | font-weight: 400; |
122 | position: relative; | 123 | position: relative; |
123 | top: -0.5em; | 124 | top: -0.5em; |
125 | margin-top: 0; | ||
126 | margin-bottom: 0; | ||
124 | } | 127 | } |
125 | h2 { | 128 | h2 { |
126 | font-family: "Playfair Display", Georgia, serif; | 129 | font-family: "Playfair Display", Georgia, serif; |