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

@ -63,7 +63,7 @@
color: #999;
text-align: center;
padding: 60px 10px;
font-size: 24px;
font-size: 171%;
line-height: 30px;
}
}
@ -96,7 +96,7 @@
}
.nameParent {
font-size: 16px;
font-size: 114%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@ -150,13 +150,13 @@
line-height: 20px;
display: none;
padding: 5px 7px;
font-size: 18px;
font-size: 128%;
display: none;
}
.b-contact-view-desc {
text-align: center;
font-size: 24px;
font-size: 171%;
line-height: 30px;
padding-top: 120px;
color: #999;