remove a bunch of unnecessary font size styling

in the end, a lot of this doesn't really matter, and right now, I
slightly prefer the site with a touch bigger font, so let's just let the
default do its thing
This commit is contained in:
Brian S. Stephan 2021-10-08 07:16:31 -05:00
parent 5aabb79199
commit ccf8434f43
1 changed files with 0 additions and 26 deletions

View File

@ -26,30 +26,6 @@ body {
margin-right: auto;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.25em;
}
h4 {
font-size: 1.17em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: .83em;
}
a:link {
font-weight: bold;
text-decoration: none;
@ -82,8 +58,6 @@ div.header a {
}
div.content {
font-size: 11pt;
padding: 0 1em;
line-height: 1.5em;
}