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

@ -18,7 +18,7 @@
position: relative;
display: inline-block;
color: white;
font-size: 20px;
font-size: 143%;
line-height: 30px;
background: rgba(0, 0, 0, .6);
padding: 15px;
@ -68,7 +68,7 @@
.b-message-view-desc {
text-align: center;
font-size: 24px;
font-size: 171%;
line-height: 30px;
color: #999;
padding: 25vh 10px 0;
@ -139,7 +139,7 @@
.subjectParent {
display: flex;
font-size: 18px;
font-size: 128%;
font-weight: bold;
}
@ -257,7 +257,7 @@
.loading {
text-align: center;
font-size: 24px;
font-size: 171%;
color: grey;
padding: 50px 0;
}
@ -392,7 +392,7 @@
img[data-x-src]:not([src]):hover::after {
content: attr(data-x-src);
font-family: var(--fontSans);
font-size: 11px;
font-size: 80%;
height: auto;
transform: translate(-25%,0);
width: fit-content;