Improved mobile CSS

This commit is contained in:
Koray Yanik 2022-03-23 23:50:52 +00:00
parent 1ec8fdc54e
commit b4a7f03bb8
1 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,14 @@
body {
background: #aa0000;
background: #aaaaaa;
}
table {
background: #bbbbbb;
background: #bbbbbb;
border: 1px solid;
font-size: 2em;
}
button {
font-size: 1em;
margin: 10px;
}