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