update main.css

This commit is contained in:
lee2sman 2021-02-28 22:28:24 -05:00
parent 3ddd6eef5f
commit c2d78ead6d
1 changed files with 50 additions and 38 deletions

View File

@ -2,7 +2,8 @@
font-family: roman; font-family: roman;
src: url(../fonts/RomanAntique.ttf); src: url(../fonts/RomanAntique.ttf);
} }
html, body { html,
body {
margin: 0; margin: 0;
padding: 0; padding: 0;
background-color: #d0c8b1; background-color: #d0c8b1;
@ -46,12 +47,10 @@ body {
border: dashed; border: dashed;
padding: 1vmin; padding: 1vmin;
background-color: #d0c8b1; background-color: #d0c8b1;
} }
#console { #console {
height: 50%; height: 50%;
border: 2px dotted; border: 2px dotted;
} }
p { p {
padding: 1vmin; padding: 1vmin;
@ -82,6 +81,19 @@ p {
flex-direction: row; flex-direction: row;
justify-content: space-evenly; justify-content: space-evenly;
align-items: center; align-items: center;
width: 90vw;
height: 10vh; height: 10vh;
} }
} }
@media only screen and (max-width: 600px) {
#ui {
width: 95vw;
margin: 0;
}
#buttons {
width: 93vw;
font-size: 1rem;
}
}