added basic mobile support

This commit is contained in:
2025-04-03 19:58:03 -06:00
parent 7c2000f46e
commit cb066ae173
+39
View File
@@ -645,3 +645,42 @@ input[type="file"] {
#required_field {
display: none;
}
@media only screen and (max-width: 980px) {
h1 {
font-size: 10vw;
}
h2 {
font-size: 8vw;
}
h3 {
font-size: 6vw;
}
h4 {
font-size: 4vw;
}
h5 {
font-size: 3vw;
}
p,
a,
label,
.modal_button {
font-size: 2vw;
}
small {
font-size: 1vw;
}
.article_card,
.form_card,
.view_card {
width: 90%;
}
}