From daa171b55c7fcc65eaaf988ed1c2c89d13b4dc24 Mon Sep 17 00:00:00 2001 From: Jan Palma Date: Sat, 14 Mar 2026 16:43:19 +0100 Subject: Mobile fix --- assets/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index ea72c43..dbf3392 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -58,6 +58,7 @@ a[target="_blank"]::after { a.active, +a:focus, a:hover { color: var(--base); clip-path: polygon(0% 0,0% calc(100% - 0.4rem), 0.4rem 100%,100% 100%, 100% 0%); @@ -177,7 +178,7 @@ picture img { display: none; } -@media screen and (max-width: 500px) { +@media screen and (max-width: 720px) { nav { position: fixed; top: 0; -- cgit v1.3-7-ge9ab