Add style for regular page content

This commit is contained in:
Dominik V. Salonen 2018-03-14 14:51:24 +01:00
parent f1e015ead8
commit 420b0e7700
1 changed files with 18 additions and 0 deletions

View File

@ -173,4 +173,22 @@ h1, h2, h3, h4, h5, p {
.icon-container a:hover {
color: #FF5555;
transition: color 0.25s ease-in-out;
}
/* Page contents */
#page p {
margin-top: 5px;
margin-bottom: 5px;
}
#page h1, #page h2, #page h3 {
margin-top: 15px;
font-weight: 300;
text-align: center;
margin-bottom: 5px;
}
#page h1:first-child {
margin-top: 0;
}