diff options
author | RochDLY <roch.delannay@gmail.com> | 2024-06-28 14:56:48 +0200 |
---|---|---|
committer | RochDLY <roch.delannay@gmail.com> | 2024-06-28 14:56:48 +0200 |
commit | cd180ae4ed2935b313ceb4296732188c6c05f0f8 (patch) | |
tree | c10b8d366dc1f762839cbfdeb68c178a1875a5fe /static/css/styles.css | |
parent | 238e91661b23ad48c40581c9f106ed7fe7962ca1 (diff) | |
download | pandoc-site-cd180ae4ed2935b313ceb4296732188c6c05f0f8.tar.gz pandoc-site-cd180ae4ed2935b313ceb4296732188c6c05f0f8.tar.bz2 pandoc-site-cd180ae4ed2935b313ceb4296732188c6c05f0f8.zip |
structuration plus propre des publications
Diffstat (limited to 'static/css/styles.css')
-rw-r--r-- | static/css/styles.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index d463ad5..bff28f2 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -12,7 +12,7 @@ @font-face { font-family: 'TeX Gyre Heros'; - font-weight: 700; + font-weight: 600; src: url('/fonts/texgyreheroscn-bold.otf') format('otf'); } @@ -24,7 +24,7 @@ @font-face { font-family: 'TeX Gyre Heros'; - font-weight: 700; + font-weight: 600; src: url('/fonts/texgyreheroscn-bolditalic') format('otf'); } @@ -77,9 +77,10 @@ img { .content { padding: 1em 4em; font-size: 1.3em; + line-height: 1.2; } -.content h2, h3, h4, h5, h6 { +.content h2 h3 h4 h5 h6 { margin: 0; } @@ -87,7 +88,7 @@ img { font-size: 2.5em; } -.content p { +.content h2 > p h3 > p h4 > p h5 > p h6 > p { margin-top: 0; } |