Add style for regular page content
This commit is contained in:
parent
f1e015ead8
commit
420b0e7700
18
style.css
18
style.css
|
@ -173,4 +173,22 @@ h1, h2, h3, h4, h5, p {
|
||||||
.icon-container a:hover {
|
.icon-container a:hover {
|
||||||
color: #FF5555;
|
color: #FF5555;
|
||||||
transition: color 0.25s ease-in-out;
|
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;
|
||||||
}
|
}
|
Loading…
Reference in New Issue