diff options
Diffstat (limited to 'css/common.css')
-rw-r--r-- | css/common.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/css/common.css b/css/common.css index f64ad0c..839a2c4 100644 --- a/css/common.css +++ b/css/common.css | |||
@@ -30,11 +30,23 @@ body { | |||
30 | header { | 30 | header { |
31 | max-width: 39em; | 31 | max-width: 39em; |
32 | margin: auto; | 32 | margin: auto; |
33 | text-align: center; | ||
34 | } | ||
35 | .title { | ||
36 | text-align: left; | ||
37 | display: inline-block; | ||
38 | } | ||
39 | .subtitle { | ||
40 | text-align: center; | ||
41 | display: block; | ||
42 | } | ||
43 | .dedication { | ||
44 | text-align: right; | ||
33 | } | 45 | } |
34 | #container { | 46 | #container { |
35 | /* max-width: 39em; */ | 47 | /* max-width: 39em; */ |
36 | margin: 0 auto; | 48 | margin: 0 auto; |
37 | padding-bottom: 24px; | 49 | padding-bottom: 30px; |
38 | } | 50 | } |
39 | nav { | 51 | nav { |
40 | height: 24px; | 52 | height: 24px; |