From 306396cce103e611703dc839b9d485b05a823205 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 26 Oct 2023 22:02:42 +0100 Subject: [PATCH] Changed min width before content starts dissapearing on smalled devices --- src/app.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.html b/src/app.html index b8bf4d4..a254393 100644 --- a/src/app.html +++ b/src/app.html @@ -18,7 +18,7 @@ font-family: var(--font); font-size: 110%; margin: 2rem; - transition: all 0.2s; + transition: all 0.3s; } h1, h2, h3 { @@ -48,7 +48,7 @@ box-shadow: inset 0 0 0 10px; } - @media (max-width: 800px) { + @media (max-width:600px) { .not-required { display: none; }