Page formatting again

This commit is contained in:
Dominik V. Salonen 2018-03-14 18:55:54 +00:00
parent 7882e13be5
commit f15513f05f
1 changed files with 10 additions and 1 deletions

View File

@ -195,7 +195,12 @@ a:hover {
#page p { #page p {
margin-top: 5px; 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 { #page h1, #page h2, #page h3 {
@ -205,6 +210,10 @@ a:hover {
margin-bottom: 5px; margin-bottom: 5px;
} }
#page h1 {
font-size: 28pt;
}
#page h1:first-child { #page h1:first-child {
margin-top: 0; margin-top: 0;
} }