Full reformat

This commit is contained in:
2024-03-09 14:05:35 +03:00
parent 9ad38ab3cd
commit 4d09e6ee11
28 changed files with 331 additions and 118 deletions

View File

@@ -22,6 +22,16 @@
box-sizing: border-box;
font-family: Montserrat, sans-serif;
font-optical-sizing: auto;
font-weight: 800;
font-weight: 400;
font-style: normal;
}
html {
position: relative;
}
body {
width: 100%;
height: 100vh;
position: absolute;
top: 0;
left: 0;
}