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

Ensure there is sufficient space between sponsor logos (#3772)

This commit is contained in:
J Blackman 2024-01-21 13:21:47 +11:00 committed by GitHub
parent d3e51c09e2
commit fef7ca0407
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1165,10 +1165,12 @@ dialog {
display: none;
height: 50px;
max-height: 50px;
margin: 0 auto 10px auto
margin: 0 auto 10px auto;
}
.img_sponsor {
height: 100%
height: 100%;
padding-left: 10px;
padding-right: 10px;
}
.note {
background-color: #fff7cd;