Mobile CSS fixes

This commit is contained in:
David Eisinger
2023-10-10 14:17:31 -04:00
parent 16394733c5
commit a5c6722dbb
2 changed files with 7 additions and 0 deletions

View File

@@ -7,6 +7,12 @@ body {
color: #333;
}
@media only screen and (max-width: 600px) {
body {
padding: 10px;
}
}
h1, h2, h3 {
font-size: 1em;
margin: 1em 0;