better phone support

This commit is contained in:
Oliver 2025-01-03 23:56:34 -07:00
parent 86e8cb3182
commit 73c5f09420

View File

@ -133,9 +133,13 @@ main {
margin: auto;
}
@media screen and (max-width: 1500px) {
main {
@media screen and (max-width: 1200px) {
main, section {
max-width: 100%;
margin: auto;
margin: 0;
}
:root {
--radius: 0;
font-size: large;
}
}
}