From 3098e5c0103ce60c90005e001972560d19daf8f1 Mon Sep 17 00:00:00 2001 From: v0id1st Date: Thu, 9 Oct 2025 13:31:52 +0200 Subject: [PATCH] css? --- static/css/main.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 8dba339..040cbb7 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -35,7 +35,6 @@ div.main-content { header#menu { display: flex; - flex-direction: column; border-width: 5px; border-color: var(--main); border-style: double; @@ -154,7 +153,7 @@ ul li { padding: 0.5rem; margin-left: 2rem; } -@media only screen and (min-width: 900px) { +@media only screen and (min-width: 1200px) { div.main-content { width: 60%; } @@ -162,16 +161,19 @@ ul li { @media only screen and (min-width: 480px) - and (max-width: 900px) { + and (max-width: 1200px) { header#menu { - flex-direction: row; + flex-direction: column; } .form-row { flex-direction: row; } } -@media only screen and (max-device-width: 480px) { +@media only screen and (max-width: 480px) { + header#menu { + flex-direction: column; + } article { font-size: 1em; }