diff options
author | ADRN <adrien@luxeylab.net> | 2024-08-30 10:48:48 +0200 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2024-08-30 10:48:48 +0200 |
commit | 52bebd6c75b05d6cbd17868fb64897a2905d3cf2 (patch) | |
tree | c5fcb0875932ea7af7231e2f101aee221db83623 /static/css/home.css | |
parent | f4b15dfdfb7faedd45f1e156c1ccdc3aaf81625c (diff) | |
download | site-52bebd6c75b05d6cbd17868fb64897a2905d3cf2.tar.gz site-52bebd6c75b05d6cbd17868fb64897a2905d3cf2.zip |
label des différents nav et utilisation variable CSS pour margefeat/table-of-contents
Diffstat (limited to 'static/css/home.css')
-rw-r--r-- | static/css/home.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/home.css b/static/css/home.css index 893ae13..5cac8c9 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -30,7 +30,7 @@ div#jardin p { nav#sommaire { text-align: center; - margin-top: 3rem; + margin-top: var(--med_margin); } h2#infras { |