diff --git a/style.css b/style.css index b286044..9054cff 100755 --- a/style.css +++ b/style.css @@ -195,7 +195,12 @@ a:hover { #page p { margin-top: 5px; - margin-bottom: 5px; + margin-bottom: 15px; + font-size: 13pt +} + +#page p:last-child { + margin-bottom: 0; } #page h1, #page h2, #page h3 { @@ -205,6 +210,10 @@ a:hover { margin-bottom: 5px; } +#page h1 { + font-size: 28pt; +} + #page h1:first-child { margin-top: 0; } \ No newline at end of file