diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-22 01:14:49 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-22 01:14:49 +0100 |
commit | b07cc6b57a7f0fd80c390c7f07bccd1b2b6dfaa3 (patch) | |
tree | b9507ba5e3beac2cc06b936488c27f1a7f1fcb6e /style/typography.less | |
parent | 93119091893c2f2bf396785e6bd7dcbb9b4f207d (diff) |
Improve layout
Diffstat (limited to 'style/typography.less')
-rw-r--r-- | style/typography.less | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/style/typography.less b/style/typography.less index 316516f..a5c83f9 100644 --- a/style/typography.less +++ b/style/typography.less @@ -1,3 +1,12 @@ +/* + * Ousía Website CSS + * + * (c) Andreas Stöckel, 2015 + * + * This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 + * International License. <http://creativecommons.org/licenses/by-sa/4.0/> + */ + @font-face { font-family: 'Noto Sans'; font-style: normal; @@ -26,13 +35,13 @@ html { background-color: @color-footer; } -p { - margin-bottom: 0.5rem; -} +/* Paragraphs and headers */ -h1, h2, h3 { - font-weight: normal; - margin-bottom: 1em; +main { + p { margin: 1.12em 0 } + h1 { font-size: 2em; margin: .67em 0 } + h2 { font-size: 1.5em; margin: .75em 0 } + h3 { font-size: 1.17em; margin: .83em 0 } } h1 { |