diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-20 00:27:50 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-20 00:27:50 +0200 |
commit | 795880cdc8faf69b07946bd5b5b628f7b743ddc6 (patch) | |
tree | ce078b3c0e29da63203622c91400983efe59038f /css | |
parent | Small fix (diff) | |
download | joe-www-795880cdc8faf69b07946bd5b5b628f7b743ddc6.tar.gz joe-www-795880cdc8faf69b07946bd5b5b628f7b743ddc6.tar.bz2 joe-www-795880cdc8faf69b07946bd5b5b628f7b743ddc6.tar.xz joe-www-795880cdc8faf69b07946bd5b5b628f7b743ddc6.tar.zst joe-www-795880cdc8faf69b07946bd5b5b628f7b743ddc6.zip |
Update
Diffstat (limited to 'css')
-rw-r--r-- | css/site.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/css/site.css b/css/site.css index a1e6bb9..65c3373 100644 --- a/css/site.css +++ b/css/site.css @@ -12,7 +12,7 @@ * ======================== * * jozanofastora.xyz: css/site.css - * Mon Apr 18 01:03:03 CEST 2022 + * Wed Apr 20 00:14:30 CEST 2022 * Joe * * The style @@ -172,18 +172,18 @@ div.body-contents h2 { text-align: left; padding: 0em 0em 0.25rem 0em; margin: 0pt; - margin-top: 1em; + margin-top: 2em; color: #9d0006; border-bottom: 1px solid #9d0006; } div.body-contents h3 { - font-size: 120%; + font-size: 115%; font-weight: bold; text-align: left; padding: 0em 0em 0.25rem 0em; margin: 0pt; - margin-top: 1em; + margin-top: 2em; color: #9d0006; } @@ -193,7 +193,7 @@ div.body-contents h4 { text-align: left; padding: 0em 0em 0.20rem 0em; margin: 0pt; - margin-top: 1em; + margin-top: 2em; } div.body-contents b { |