All CSS font-size to % instead of px

This commit is contained in:
the-djmaze 2023-12-11 13:34:23 +01:00
parent c1c851c238
commit c3f7827683
21 changed files with 52 additions and 52 deletions

View file

@ -14,7 +14,7 @@
.descWrapper {
color: var(--loading-color, #000);
font-size: 30px;
font-size: 214%;
margin-bottom: 10px;
text-align: center;
text-shadow: var(--loading-text-shadow);
@ -68,7 +68,7 @@
}
input {
font-size: 18px;
font-size: 128%;
height: 40px;
padding-right: 30px;
@ -92,7 +92,7 @@
.controls > .fontastic:first-child {
position: absolute;
font-size: 17px;
font-size: 121%;
line-height: 38px;
left: 6px;
}
@ -100,7 +100,7 @@
.btn {
text-transform: uppercase;
font-size: 13px;
font-size: 90%;
&:hover, &:active {
border-color: #fff;