Fix setup

This commit is contained in:
Vadim
2021-01-24 19:23:04 +03:00
parent 03d0513a59
commit 57e177c88b
5 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
html, body {
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 5px;
box-sizing: border-box;
}
* {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}