Continued implementing the new design;

Added an average level calculator;
This commit is contained in:
Tiago Ribeiro
2023-05-31 14:01:12 +01:00
parent 4d37bf536a
commit 1e8e95da34
5 changed files with 38 additions and 14 deletions

View File

@@ -53,6 +53,8 @@
html,
body {
min-height: 100vh !important;
height: 100%;
max-width: 100vw;
overflow-x: hidden;
}