diff options
author | Case Duckworth | 2015-03-13 11:58:36 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-13 11:58:36 -0700 |
commit | c112629262ceef64a4a28cc36b7bd1fa0884aa62 (patch) | |
tree | ab8c7d5204f02791d8fb5d328055a42b509ce164 | |
parent | Add Linux Libertine to repo (fixes #12) (diff) | |
download | autocento-c112629262ceef64a4a28cc36b7bd1fa0884aa62.tar.gz autocento-c112629262ceef64a4a28cc36b7bd1fa0884aa62.zip |
Change line-height in content to 1.3em from 1.25(?)
-rw-r--r-- | css/common.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/css/common.css b/css/common.css index 57571df..f1b3181 100644 --- a/css/common.css +++ b/css/common.css | |||
@@ -54,6 +54,9 @@ header { | |||
54 | .content p:first-child { | 54 | .content p:first-child { |
55 | margin-top: 0 | 55 | margin-top: 0 |
56 | } | 56 | } |
57 | .content { | ||
58 | line-height: 1.3em; | ||
59 | } | ||
57 | nav { | 60 | nav { |
58 | height: 24px; | 61 | height: 24px; |
59 | width: 100%; | 62 | width: 100%; |