1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 08:15:22 +03:00

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

Changelog height fix + adjust spacing of Hero unit (show sponsors above fold)
This commit is contained in:
Albert Kravcov 2015-11-10 10:57:37 +01:00
commit ea50996c6e

View file

@ -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;
}