summaryrefslogtreecommitdiff
path: root/docs/css
diff options
context:
space:
mode:
authorRochDLY <roch.delannay@gmail.com>2024-06-28 14:56:48 +0200
committerRochDLY <roch.delannay@gmail.com>2024-06-28 14:56:48 +0200
commitcd180ae4ed2935b313ceb4296732188c6c05f0f8 (patch)
treec10b8d366dc1f762839cbfdeb68c178a1875a5fe /docs/css
parent238e91661b23ad48c40581c9f106ed7fe7962ca1 (diff)
downloadpandoc-site-cd180ae4ed2935b313ceb4296732188c6c05f0f8.tar.gz
pandoc-site-cd180ae4ed2935b313ceb4296732188c6c05f0f8.tar.bz2
pandoc-site-cd180ae4ed2935b313ceb4296732188c6c05f0f8.zip
structuration plus propre des publications
Diffstat (limited to 'docs/css')
-rw-r--r--docs/css/styles.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/css/styles.css b/docs/css/styles.css
index d463ad5..bff28f2 100644
--- a/docs/css/styles.css
+++ b/docs/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;
}