mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 09:45:28 +03:00
Ensure there is sufficient space between sponsor logos (#3772)
This commit is contained in:
parent
d3e51c09e2
commit
fef7ca0407
1 changed files with 4 additions and 2 deletions
|
@ -1165,10 +1165,12 @@ dialog {
|
||||||
display: none;
|
display: none;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
max-height: 50px;
|
max-height: 50px;
|
||||||
margin: 0 auto 10px auto
|
margin: 0 auto 10px auto;
|
||||||
}
|
}
|
||||||
.img_sponsor {
|
.img_sponsor {
|
||||||
height: 100%
|
height: 100%;
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
.note {
|
.note {
|
||||||
background-color: #fff7cd;
|
background-color: #fff7cd;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue