From 126d3f81b93de7988b492a1a090b80b49fbfb30b Mon Sep 17 00:00:00 2001 From: vgaNAR6ta Date: Fri, 3 Jul 2026 17:59:07 +0200 Subject: [PATCH] =?UTF-8?q?edit:=20bug=20responsive=20n=C2=B0333=20corrig?= =?UTF-8?q?=C3=A9=20en=20fixant=20la=20taille=20des=20ligne=20de=20la=20gr?= =?UTF-8?q?id=20display=20(dans=20#mainInfo)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/style.css | 59 +++++++++++++++++++++++++++++++-------------------- 2 files changed, 37 insertions(+), 24 deletions(-) diff --git a/index.html b/index.html index 3dac66c..dc42e0e 100644 --- a/index.html +++ b/index.html @@ -103,7 +103,7 @@ Nous revendiquons l'ouverture du code et des techniques, le partage des connaissances et l'autogestion, la liberté et l'anti-fascisme.

- Nous condamnons donc toute forme de violence et de discrimination dans nos locaux. + Nous condamnons donc toute forme de violence et de discrimination dans nos locaux.
Tout comportement assimilé pourra, sur décision collective, vous mener à la sortie.

diff --git a/src/style.css b/src/style.css index f0efb34..0bfacc1 100644 --- a/src/style.css +++ b/src/style.css @@ -108,7 +108,7 @@ a button{ p{ cursor: inherit; - pointer-events: none; + pointer-events: none !important; } .dg{ @@ -434,7 +434,7 @@ html, body{ @media(min-width: 700px){ grid-template-columns: 1fr 2fr; - grid-template-rows: 1fr 1.61fr 77px; + grid-template-rows: 161px 222px 77px; height: auto; .uiStyle{ @@ -442,28 +442,24 @@ html, body{ } #planContainer{ - width: 100vh; + height: 90%; + width: auto; grid-row: 2; grid-column: 2; margin-left: 0; margin-top: -88px; + #plan{ + width:90%; + height: auto; + margin-bottom: 0; - - @media(min-width: 1300px){ - margin-top: -117px; - margin-bottom: 77px; - } - - - #plan{ - width:90%; - height: auto; - } - #fleche{ - width:60%; - height: auto; - } + } + #fleche{ + width:60%; + height: auto; + box-sizing: border-box; + } } #openingHours{ @@ -482,11 +478,11 @@ html, body{ padding-left: 16.1px; height: 77px; - #lolStatus{ - width: 44%; - align-self: center; - margin-top: 7.77px; - } + #lolStatus{ + width: 44%; + align-self: center; + margin-top: 7.77px; + } } #title{ @@ -509,6 +505,8 @@ html, body{ } @media(min-width: 1300px){ + grid-template-rows: 222px 500px 77px; + .uiStyle{ font-size: 16.1px; } @@ -536,6 +534,19 @@ html, body{ font-size: 22px; } } + + #planContainer { + margin-top: -117px; + margin-bottom: 77px; + + #fleche{ + width: 60%; + } + + #plan{ + + } + } } } @@ -579,6 +590,8 @@ html, body{ font-size: 13.12px; text-transform: uppercase; color: var(--main-color); + pointer-events: none !important; + cursor: inherit; } } }