Mobile CSS Fix

This commit is contained in:
ssyyhhrr
2023-01-24 11:55:05 +00:00
parent 7e77ab2751
commit 87c462d619

View File

@@ -566,22 +566,6 @@ p a:hover {
} }
@media(max-width:740px) { @media(max-width:740px) {
h2 {
font-size: 1.5em;
}
h4 {
font-size: 1.25em;
}
h5 {
font-size: 1em;
}
.input {
width: 360px;
}
.tutorial { .tutorial {
min-width: 360px; min-width: 360px;
overflow-y: scroll; overflow-y: scroll;
@@ -608,15 +592,15 @@ p a:hover {
} }
h2 { h2 {
font-size: 1.2em; font-size: 1.5em;
} }
h4 { h4 {
font-size: 1em; font-size: 1.25em;
} }
h5 { h5 {
font-size: 0.8em; font-size: 1em;
} }
.frame { .frame {
@@ -641,7 +625,7 @@ p a:hover {
} }
.input { .input {
width: 280px; width: 360px;
} }
.info { .info {