From f15513f05f570dc438adacb12dcecd9b683db94a Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Wed, 14 Mar 2018 18:55:54 +0000 Subject: [PATCH] Page formatting again --- style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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