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

little finetuning of the landing tab

This commit is contained in:
skaman82 2015-11-11 13:35:31 +01:00
parent 8868adbff0
commit cf12d64349

View file

@ -11,7 +11,7 @@
} }
.tab-landing .content_top { .tab-landing .content_top {
height: 120px; height: 130px;
background: #59aa29; background: #59aa29;
padding: 20px; padding: 20px;
} }
@ -125,12 +125,18 @@
} }
.tab-landing .content_mid .text1 .wrap {
margin-left:10px;
}
.tab-landing .content_mid .text1 { .tab-landing .content_mid .text1 {
width:37%; width:37%;
} }
.tab-landing .content_mid .text2 { .tab-landing .content_mid .text2 {
width:37%; width:39%;
} }
.tab-landing .content_mid .text2 ul { .tab-landing .content_mid .text2 ul {
@ -143,17 +149,18 @@
} }
.tab-landing .content_mid .text3 { .tab-landing .content_mid .text3 {
width:26%; width:24%;
} }
.tab-landing .content_mid .text3 .wrap2 { .tab-landing .content_mid .text3 .wrap2 {
border: 1px solid silver; border: 1px solid silver;
border-radius: 5px; border-radius: 5px;
background: white; background: white;
margin-right: 20px; margin-right: 30px;
margin-left:20px; margin-left:20px;
margin-top: 5px; margin-top: 5px;
min-height: 200px; min-height: 200px;
font-size: 11px;
} }
.tab-landing .content_mid .text3 .donate { .tab-landing .content_mid .text3 .donate {