Layout fixes

This commit is contained in:
Mr. Stallion 2020-06-22 13:39:31 -05:00
parent bd0923b0ad
commit 27f7a15fac
1 changed files with 14 additions and 8 deletions

View File

@ -80,30 +80,36 @@
font-weight: normal !important;
}
#main_content h2 {
margin-top: 70px;
}
#header_wrap {
background-image: url(assets/images/bg.jpg);
}
#main_content h1 + h2 {
#main_content h2 + h3 {
margin-top: 35px;
}
#main_content h1 {
#main_content h1,
#main_content h2,
#main_content h3 {
margin-top: 70px;
}
#main_content h1:first-of-type {
#main_content h2:first-of-type {
margin-top: 0;
}
#main_content h2 {
font-size: 42px;
}
#main_content h3 {
font-size: 32px;
}
</style>