reduce inline css usage,

fix additional font inconsistencies,
fix px unit used with 0 values
This commit is contained in:
2026-06-09 23:33:27 +00:00
parent 10ef24e76b
commit 8f72aaf255
12 changed files with 144 additions and 113 deletions
+2 -3
View File
@@ -8,8 +8,7 @@
margin: 0;
width: 100%;
height: fit-content;
padding: 10px;
border-radius: 5px;
padding: 0.5em;
}
progress {
width: 100%;
@@ -19,7 +18,7 @@
}
#caption {
text-align: center;
margin-top: 10px;
margin-top: 0.5em;
display: flex;
flex-direction: column;
}