diff options
Diffstat (limited to 'static/css/home.css')
-rw-r--r-- | static/css/home.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/home.css b/static/css/home.css index f438a5d..893ae13 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -28,6 +28,11 @@ div#jardin p { justify-content: center; } +nav#sommaire { + text-align: center; + margin-top: 3rem; +} + h2#infras { background-color: var(--infras); grid-area: title-start 1 / col-sep 1 / title-end 1 / col-sep 12; |