Layout fixes
This commit is contained in:
parent
bd0923b0ad
commit
27f7a15fac
|
@ -80,30 +80,36 @@
|
||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main_content h2 {
|
|
||||||
margin-top: 70px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#header_wrap {
|
#header_wrap {
|
||||||
background-image: url(assets/images/bg.jpg);
|
background-image: url(assets/images/bg.jpg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#main_content h1 + h2 {
|
#main_content h2 + h3 {
|
||||||
margin-top: 35px;
|
margin-top: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#main_content h1 {
|
#main_content h1,
|
||||||
|
#main_content h2,
|
||||||
|
#main_content h3 {
|
||||||
margin-top: 70px;
|
margin-top: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#main_content h1:first-of-type {
|
#main_content h2:first-of-type {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#main_content h2 {
|
||||||
|
font-size: 42px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#main_content h3 {
|
||||||
|
font-size: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue