couple of CSS fixes

This commit is contained in:
Robert Pearce 2020-09-22 22:00:27 -04:00
parent eb85b25e87
commit 9678c3eaa8
No known key found for this signature in database
GPG key ID: 07A0E482E5616C9B

View file

@ -27,18 +27,18 @@ article p {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
article h1 {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 4.0rem;
}
article small, article small,
article p { article p {
font-family: Tahoma, Arial, sans-serif; font-family: Tahoma, Arial, sans-serif;
} }
article h1 {
font-size: 4.0rem;
}
article small { article small {
font-size: 1.6rem; font-size: 1.6rem;
font-style: italic; font-style: italic;
} }
article p { article p {
font-family: Tahoma, Arial, sans-serif;
font-size: 1.8rem; font-size: 1.8rem;
} }