From fe39dfc8afffeffb23f6791051d94526db6c050a Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Tue, 11 Mar 2025 22:26:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B1=20Am=C3=A9lioration=20gestion=20si?= =?UTF-8?q?debar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #279 --- public/css/index.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/public/css/index.css b/public/css/index.css index 3c64699..206b345 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -4,6 +4,7 @@ --color-gray-90: #002b36; --sidebar-width: 280px; --main-width: 780px; + --main-width-large: 900px; /* --text-color is assigned to --color-gray-_ above */ --text-color-link: #4c2512; @@ -51,7 +52,7 @@ body { } .wrapper { - max-width: var(--main-width); + max-width: var(--main-width-large); margin: auto; position: relative; } @@ -333,7 +334,7 @@ iframe { background-color:rgba(201, 42, 42, .1); } -@media screen and (max-width: 1300px) { +@media screen and (max-width: 1350px) { .wrapper { margin-left: var(--sidebar-width); position: relative; @@ -411,6 +412,14 @@ iframe { } } + +@media screen and (max-width: 1600px) { + .wrapper { + max-width: var(--main-width); + } + +} + @media screen and (max-width: 600px) { header h1 a[href] { font-size: 5rem;