Merge pull request #32 from wanderzell/GUI-rework-skaman82

Changelog height fix + adjust spacing of Hero unit (show sponsors above fold)
pull/3/head
Albert Kravcov 9 years ago
commit ea50996c6e

@ -4,15 +4,16 @@
/* general layout */
.tab-landing {
min-height: 100%;
}
.tab-landing .content_wrapper {
padding: 0;
box-sizing: content-box;
min-height: 100%;
}
.tab-landing .content_top {
height: 150px;
height: 120px;
background: #59aa29;
padding: 20px;
}
@ -36,7 +37,6 @@
margin-right:auto;
width:800px;
color:white;
margin-top:25px;
font-size:14px;
font-family: 'open_sanslight', Arial;
}

Loading…
Cancel
Save