Style tweaks

This commit is contained in:
2021-11-12 01:47:35 +03:00
parent 1e0c9ab962
commit 9ae1a6571f
4 changed files with 54 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
html, body {
html, body, #sapper {
position: relative;
width: 100%;
height: 100%;
@@ -71,9 +71,7 @@ button:focus {
.footer {
text-align: center;
font-size: small;
position: fixed;
left: 0;
bottom: 0;
position: relative;
width: 100%;
padding-bottom: 10px;
}