From 469d165852c384b13302d3a29570078c71742eb1 Mon Sep 17 00:00:00 2001 From: Adrian Rosin Date: Mon, 19 Feb 2024 13:40:03 +0100 Subject: Merge remote-tracking branch 'origin/feat/UnderlignedTitle' # Conflicts: # static/css/home.css # static/css/layout.css # static/index.html --- static/css/home.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static/css/home.css') 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 { -- cgit v1.2.3