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

Added Facebook link, cleaned up landing page.

This commit is contained in:
mikeller 2018-07-01 23:10:43 +12:00
parent 33ceeef609
commit f7b8d60812
4 changed files with 31 additions and 4 deletions

View file

@ -91,7 +91,7 @@
color: #fff;
}
.text1, .text2, .text3 {
.text1, .text2, .text3, .text4 {
margin-top: 15px;
margin-bottom: 15px;
font-weight: normal;
@ -141,7 +141,6 @@
.tab-landing .content_mid .text2 li {
padding: 5px 0;
border-top: 1px dotted silver;
}
.tab-landing .content_mid .text3 {
@ -164,6 +163,24 @@
text-align: center;
}
.tab-landing .content_mid_bottom {
padding: 15px;
padding-top: 0px;
padding-bottom: 0px;
}
.tab-landing .content_mid_bottom .logo {
float: left;
width: 40px;
}
.tab-landing .content_mid_bottom .text4 {
margin-top: 0px;
margin-left: 5px;
display: block;
float: left;
}
/* changelog block */
#changelog {
width: 250px;
@ -237,4 +254,4 @@
#changelog .log p {
margin-bottom: 20px;
}
}