Skip to content

Commit

Permalink
Ensure there is sufficient space between sponsor logos (#3772)
Browse files Browse the repository at this point in the history
  • Loading branch information
blckmn authored Jan 21, 2024
1 parent d3e51c0 commit fef7ca0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fef7ca0

Please sign in to comment.