From 4b43c8aceabe209c10519d7983caed01d3031f21 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 10 Mar 2015 12:11:43 -0700 Subject: Add space between header and content --- css/common.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'css') 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 { max-width: 39em; margin: auto; text-align: center; + margin-bottom: 1em; } .title { text-align: left; @@ -106,7 +107,7 @@ img { } /* images }}} */ /* HEADINGS {{{ */ -h1.title { +.title { font-family: "Playfair Display", Georgia, serif; font-size: 16pt; /* font-weight: bold; */ @@ -114,13 +115,15 @@ h1.title { letter-spacing: 0.1em; text-transform: uppercase; } -h1.subtitle { +.subtitle { font-family: "Playfair Display", Georgia, serif; font-size: 15pt; font-style: italic; font-weight: 400; position: relative; top: -0.5em; + margin-top: 0; + margin-bottom: 0; } h2 { font-family: "Playfair Display", Georgia, serif; -- cgit 1.4.1-21-gabe81