Skip to content

Commit

Permalink
fix: Reduce size of image on donate banner (#9442)
Browse files Browse the repository at this point in the history
* fix close button don't work
* minimize donate banner image
  • Loading branch information
Valimp committed Nov 30, 2023
1 parent 90f96ee commit ace9eba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added html/images/misc/group_photo_2023.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scss/_off.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ $font-green: #008c8c;
&__image {
height: 400px;
flex: 4;
background-image: url(/images/misc/group_photo.jpeg);
background-image: url(/images/misc/group_photo_2023.jpeg);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
Expand Down

0 comments on commit ace9eba

Please sign in to comment.