Changed min width before content starts dissapearing on smalled devices

This commit is contained in:
Luke Else 2023-10-26 22:02:42 +01:00
parent a2acc03f7c
commit 306396cce1

View File

@ -18,7 +18,7 @@
font-family: var(--font); font-family: var(--font);
font-size: 110%; font-size: 110%;
margin: 2rem; margin: 2rem;
transition: all 0.2s; transition: all 0.3s;
} }
h1, h2, h3 { h1, h2, h3 {
@ -48,7 +48,7 @@
box-shadow: inset 0 0 0 10px; box-shadow: inset 0 0 0 10px;
} }
@media (max-width: 800px) { @media (max-width:600px) {
.not-required { .not-required {
display: none; display: none;
} }