Skip to content

Commit

Permalink
sponsors: logo, slightly increased padding-top/bottom
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tsien <ryan@kubuds.cn>
  • Loading branch information
bekcpear committed Aug 12, 2024
1 parent 675895b commit 24435f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/ananke/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -500,17 +500,17 @@ section.section-container {
display: flex;
background-color: #FFFFFF;
margin: 5px auto;
padding: 10px 30px;
padding: 20px 30px;
border-radius: 10px;
box-shadow: 2px 2px 5px #FFFFFF60;
a {
margin: auto;
}
img {
object-fit: contain;
height: 120px;
height: 100px;
@media all and (max-width: 800px) {
height: 80px;
height: 60px;
}
}
&.keep-ratio {
Expand Down

0 comments on commit 24435f3

Please sign in to comment.