about summary refs log tree commit diff stats
path: root/css/common.css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-10 12:11:43 -0700
committerCase Duckworth2015-03-10 12:11:43 -0700
commit4b43c8aceabe209c10519d7983caed01d3031f21 (patch)
tree2222a0bb6857842cad12060ca3eb43852733c301 /css/common.css
parentAdd title change to lozenge link (diff)
downloadautocento-4b43c8aceabe209c10519d7983caed01d3031f21.tar.gz
autocento-4b43c8aceabe209c10519d7983caed01d3031f21.zip
Add space between header and content
Diffstat (limited to 'css/common.css')
-rw-r--r--css/common.css7
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 {{{ */
109h1.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}
117h1.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}
125h2 { 128h2 {
126 font-family: "Playfair Display", Georgia, serif; 129 font-family: "Playfair Display", Georgia, serif;