Update style for mobile

This commit is contained in:
kaBeech
2023-03-18 16:13:55 -07:00
parent 36c669f60f
commit bf9ae5904e
2 changed files with 245 additions and 227 deletions

View File

@@ -28,17 +28,35 @@
src: url("./SeriousSans/ttf/SeriousSansLightItalic.ttf");
}
@media (min-width: 440px) {
#main {
max-width: 70%;
}
#downloads {
display: flex;
justify-content: space-evenly;
}
}
body {
background-color: #1e1e1e;
color: #d4d4d4;
display: flex;
flex-direction: column;
align-items: center;
font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 100%;
font-size: 1.5rem;
text-align: center;
}
#main {
display: flex;
flex-direction: column;
padding: 0 1em;
}
ul,
ol {
list-style: none;