mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
landing page scalable
This commit is contained in:
parent
2e99e29768
commit
9914f745a1
2 changed files with 15 additions and 6 deletions
|
@ -1,5 +1,12 @@
|
||||||
.tab-default .left {
|
.tab-default .left {
|
||||||
width: 520px;
|
width: 60%;
|
||||||
|
}
|
||||||
|
.tab-default .right {
|
||||||
|
float: left;
|
||||||
|
|
||||||
|
margin-left: 10px;
|
||||||
|
|
||||||
|
width: calc(40% - 10px);
|
||||||
}
|
}
|
||||||
.welcome {
|
.welcome {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
@ -15,7 +22,7 @@
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
.changelog {
|
.changelog {
|
||||||
margin: 0 0 10px 530px;
|
margin: 0 0 10px 0;
|
||||||
|
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,10 +22,12 @@
|
||||||
<a href="http://goo.gl/xQMKN" target="_blank" title="Donate"><img src="./images/btn_donate_SM.gif" alt="Paypal" /></a>
|
<a href="http://goo.gl/xQMKN" target="_blank" title="Donate"><img src="./images/btn_donate_SM.gif" alt="Paypal" /></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="changelog configurator">
|
<div class="right">
|
||||||
<div class="title">Configurator - Changelog</div>
|
<div class="changelog configurator">
|
||||||
<div class="wrapper">
|
<div class="title">Configurator - Changelog</div>
|
||||||
|
<div class="wrapper">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<a class="firmware_flasher" href="#">Firmware Flasher</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="firmware_flasher" href="#">Firmware Flasher</a>
|
|
||||||
</div>
|
</div>
|
Loading…
Add table
Add a link
Reference in a new issue