From 310ea36e2606e2ff8cef242527205dad2fe1dc05 Mon Sep 17 00:00:00 2001 From: nonk123 Date: Sun, 12 Jan 2025 16:18:42 +0300 Subject: [PATCH] Improve mobile layout --- style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index cd2d3a2..5dd411e 100644 --- a/style.css +++ b/style.css @@ -104,11 +104,11 @@ footer { } article { - flex: 7 0 64ch; + flex: 7 1 64ch; } nav { - flex: 3 0 24ch; + flex: 3 1 24ch; overflow-x: hidden; } @@ -141,10 +141,6 @@ h1::before { ul, ul > li { - width: max-content; -} - -ul.links { width: 100%; }