Line 12: | Line 12: | ||
#topimg { | #topimg { | ||
max-width: 100%; | max-width: 100%; | ||
+ | margin-bottom: -15rem; | ||
+ | } | ||
+ | |||
+ | #pageContainer { | ||
+ | max-width: 60rem; | ||
+ | margin: auto; | ||
+ | background-color: rgba(255,255,255,0.8); | ||
+ | position: relative; | ||
+ | padding: 1rem 3rem; | ||
} | } |
Revision as of 11:42, 8 September 2016
- content {
width: 100%; margin: 0; padding: 0; }
- sideMenu, #top_title {
display: none;
}
- topimg {
max-width: 100%; margin-bottom: -15rem; }
- pageContainer {
max-width: 60rem; margin: auto; background-color: rgba(255,255,255,0.8); position: relative; padding: 1rem 3rem; }