font px to rem
This commit is contained in:
parent
1c53185edc
commit
2d6f9d985b
7 changed files with 25 additions and 25 deletions
|
@ -2,14 +2,14 @@
|
|||
width: min(95%, 750px);
|
||||
margin: auto;
|
||||
font-family: "mono", monospace;
|
||||
font-size: 14px;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
#poem h1 {
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
}
|
||||
#poem p {
|
||||
font-size: 18px;
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
ol,
|
||||
ul {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue