Skip to content

Commit

Permalink
Website supporters bar stable height
Browse files Browse the repository at this point in the history
  • Loading branch information
rspilker committed Sep 27, 2024
1 parent d0411e9 commit a419d7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions website/resources/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -503,4 +503,11 @@ body {

a:not([role=button]):focus {
outline-offset: 2px;
}

.sbCnt {
height: 90px;
display: flex;
justify-content: space-between;
align-items: center;
}
2 changes: 1 addition & 1 deletion website/resources/js/supporters.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
updateSupporterBar();
}

var supPerBar = 4;
var supPerBar = 3;
function updateSupporterBar() {
var s = $(".supporterBar");
if (s.length === 0) return;
Expand Down

0 comments on commit a419d7a

Please sign in to comment.