font px to rem
This commit is contained in:
parent
1c53185edc
commit
2d6f9d985b
7 changed files with 25 additions and 25 deletions
|
@ -360,7 +360,7 @@
|
|||
style="
|
||||
margin: auto;
|
||||
font-family: 'syne';
|
||||
font-size: 16px;
|
||||
font-size: 1rem;
|
||||
color: var(--subtitle);
|
||||
"
|
||||
>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
width: min(95%, 650px);
|
||||
margin: auto;
|
||||
font-family: "mono", monospace;
|
||||
font-size: 14px;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
#blog-post audio {
|
||||
|
@ -107,7 +107,7 @@
|
|||
#blog-post {
|
||||
text-align: justify;
|
||||
text-justify: inter-word;
|
||||
font-size: 18px;
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
|
||||
#blog-post p {
|
||||
|
@ -135,11 +135,11 @@
|
|||
}
|
||||
|
||||
#blog-post h1 {
|
||||
font-size: 25px;
|
||||
font-size: 1.563rem;
|
||||
}
|
||||
|
||||
#blog-post h2 {
|
||||
font-size: 20px;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
#blog-post h3 {
|
||||
|
@ -192,7 +192,7 @@
|
|||
font-family: "mono", monospace;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
font-size: 15px;
|
||||
font-size: 0.938rem;
|
||||
|
||||
color: var(--load-light);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue