mobile layout now triggers much later so small browser windows on desktop dont use it

This commit is contained in:
2026-09-10 17:05:22 +02:00
parent ca002a1679
commit ba99e82bde
+1 -1
View File
@@ -167,7 +167,7 @@ main {
background:var(--critical);
}
@media (max-width:768px){
@media (max-width:470px){
html, body{
overflow:hidden;
}