Skip to content

Commit

Permalink
Menu: add 4 column to big screens
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonoel committed Oct 26, 2024
1 parent b98d1c1 commit 7836d72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/css/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ section {
.rich-menu-content {
display: grid;
grid-template-columns: minmax(400px, 1fr) 1fr 1fr;
@include media-breakpoint-up(xl) {
grid-template-columns: minmax(400px, 1fr) 1fr 1fr 1fr;
}
&.has-secondary {
grid-template-columns: minmax(400px, 1fr) 1fr 1fr 1fr;
}
Expand Down

0 comments on commit 7836d72

Please sign in to comment.