Skip to content

Commit

Permalink
Optimize event list space in front page
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Nov 30, 2023
1 parent 1e7eb11 commit 8e54310
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/modules/events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

@media (min-width: #{$screen-tablet}) {
flex: 1 1 25%;
max-width: 25%;
padding-bottom: 0;
padding-right: 20px;
}
Expand Down Expand Up @@ -77,6 +78,8 @@
}

.event-image {
display: contents;

@media (max-width: #{$screen-xs-max}) {
display: none;
}
Expand Down

0 comments on commit 8e54310

Please sign in to comment.