font px to rem

This commit is contained in:
NNWHEN 2025-01-24 20:47:22 +02:00
parent 1c53185edc
commit 2d6f9d985b
7 changed files with 25 additions and 25 deletions

View file

@ -176,7 +176,7 @@ header {
margin: 0;
padding: 0;
font-size: 22px;
font-size: 1.375rem;
}
#navigation ul li {
position: relative;
@ -393,7 +393,7 @@ footer#free {
#hero-headshot p {
margin: 0;
color: var(--subtitle);
font-size: 22px;
font-size: 1.375rem;
}
#hero-headshot p span {
text-wrap: nowrap;
@ -410,11 +410,11 @@ footer#free {
}
#hero-info p {
margin: 30px 0;
font-size: 22px;
font-size: 1.375rem;
}
#hero-info h1 {
color: var(--max-1);
font-size: 35px;
font-size: 2.188rem;
}
#hero-info b {
color: var(--accent-2);
@ -461,7 +461,7 @@ footer#free {
margin: 0 20%;
padding: 3px 8px;
font-size: 32px;
font-size: 2rem;
text-wrap: nowrap;
}
.ly-cont {
@ -569,7 +569,7 @@ footer#free {
padding: 2px 8px;
bottom: 20px;
left: 25px;
font-size: 22px;
font-size: 1.375rem;
background-color: var(--text-background);
-webkit-transition: ease-in-out 100ms;
@ -586,7 +586,7 @@ footer#free {
top: 15px;
right: 15px;
font-size: 15px;
font-size: 0.938rem;
background-color: var(--text-background);
color: var(--max-1);
@ -601,7 +601,7 @@ footer#free {
margin-bottom: 12px;
background-color: transparent;
text-shadow: 1px 1px 0 black;
font-size: 26px;
font-size: 1.625rem;
-webkit-transition: ease-in-out 100ms;
-o-transition: ease-in-out 100ms;
@ -616,7 +616,7 @@ footer#free {
background-color: transparent;
text-shadow: 1px 1px 0 black;
font-size: 21px;
font-size: 1.313rem;
-webkit-transition: ease-in-out 100ms;
-o-transition: ease-in-out 100ms;
@ -657,7 +657,7 @@ footer#free {
}
.list li {
padding: 2px 0;
font-size: 22px;
font-size: 1.375rem;
}
.list ul,
.list ol {