From 511151ebae2e5d633d46f8c7ac3e78a2b205d226 Mon Sep 17 00:00:00 2001 From: RealET <real3t@gmail.com> Date: Sun, 15 Oct 2023 18:33:12 +0200 Subject: [PATCH] fix : sur mobile, le bloc extra avait une marge en bas, lui faire bien occuper toute sa hauteur. --- layout.css.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layout.css.html b/layout.css.html index 773dec91..9b29f206 100644 --- a/layout.css.html +++ b/layout.css.html @@ -11,6 +11,9 @@ /* http://blog.html.it/layoutgala/index.html */ /* Mode mobile ici sans media queries */ +#extra { + display: grid; +} /* Mode Tablette définition des grilles CSS */ @media screen and (min-width: 768px) { -- GitLab