hotfix: font size in em
This commit is contained in:
@@ -15,11 +15,11 @@ body {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 48px;
|
||||
font-size: 2em;
|
||||
font-family: Garamond;
|
||||
}
|
||||
p {
|
||||
font-size: 24px;
|
||||
font-size: 1em;
|
||||
font-family: Garamond;
|
||||
}
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user