diff options
author | Adrian Rosin <adrian.rosin.etu@univ-lille.fr> | 2024-02-19 13:40:03 +0100 |
---|---|---|
committer | Tixie <hello.git.deuxfleurs@tixie.name> | 2024-06-07 18:11:09 +0000 |
commit | 469d165852c384b13302d3a29570078c71742eb1 (patch) | |
tree | 6e323ec0667b4ae274812c05c84178e4c416b58d /static/css/home.css | |
parent | 99b6eaae6174e6776c4e320abee7686b98afba70 (diff) | |
download | site-469d165852c384b13302d3a29570078c71742eb1.tar.gz site-469d165852c384b13302d3a29570078c71742eb1.zip |
Merge remote-tracking branch 'origin/feat/UnderlignedTitle'
# Conflicts:
# static/css/home.css
# static/css/layout.css
# static/index.html
Diffstat (limited to 'static/css/home.css')
-rw-r--r-- | static/css/home.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/home.css b/static/css/home.css index ceb0685..14c753a 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -31,6 +31,7 @@ div#jardin p { h2#infras { background-color: var(--infras); grid-area: title-start 1 / col-sep 1 / title-end 1 / col-sep 12; + padding-bottom: 10px; /* Ajoutez de l'espace en dessous du texte */ } div#rennes { |