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

@ -23,12 +23,12 @@
}
.ly-artist p {
margin: 5px 0 !important;
font-size: 17px;
font-size: 1.063;
text-align: justify;
}
.ly-artist q {
margin: 5px 25px !important;
font-size: 16px;
font-size: 1rem;
text-align: justify;
}
.ly-artist img {
@ -53,13 +53,13 @@
margin-top: 5px;
margin-bottom: 10px;
font-size: 20px;
font-size: 1.25rem;
}
.ly-artist ul {
list-style-type: none !important;
text-align: justify;
list-style-position: inside;
font-size: 16px;
font-size: 1rem;
margin: 5px auto !important;
}
.ly-artist ul li {
@ -81,7 +81,7 @@ table tr th {
}
.fav {
text-align: left !important;
font-size: 16px;
font-size: 1rem;
}
.unavailable {
text-decoration: line-through;