font px to rem
This commit is contained in:
parent
1c53185edc
commit
2d6f9d985b
7 changed files with 25 additions and 25 deletions
|
@ -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