mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +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 {
|
||||
width: 520px;
|
||||
width: 60%;
|
||||
}
|
||||
.tab-default .right {
|
||||
float: left;
|
||||
|
||||
margin-left: 10px;
|
||||
|
||||
width: calc(40% - 10px);
|
||||
}
|
||||
.welcome {
|
||||
margin-bottom: 10px;
|
||||
|
@ -15,7 +22,7 @@
|
|||
text-decoration: underline;
|
||||
}
|
||||
.changelog {
|
||||
margin: 0 0 10px 530px;
|
||||
margin: 0 0 10px 0;
|
||||
|
||||
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>
|
||||
</div>
|
||||
</div>
|
||||
<div class="changelog configurator">
|
||||
<div class="title">Configurator - Changelog</div>
|
||||
<div class="wrapper">
|
||||
<div class="right">
|
||||
<div class="changelog configurator">
|
||||
<div class="title">Configurator - Changelog</div>
|
||||
<div class="wrapper">
|
||||
</div>
|
||||
</div>
|
||||
<a class="firmware_flasher" href="#">Firmware Flasher</a>
|
||||
</div>
|
||||
<a class="firmware_flasher" href="#">Firmware Flasher</a>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue