Skip to content

Commit

Permalink
Merge pull request #3718 from OpenLiberty/multitag_guide
Browse files Browse the repository at this point in the history
Edited breakpoint to trigger 3 guide cards in a row
  • Loading branch information
natalie-bernhard authored May 13, 2024
2 parents b2b91c2 + 3edf71d commit 235434f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/content/_assets/css/guides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $blue-grey-color: #5d6a8e;
}

// override bootstrap breakpoint to trigger 3 guides per row earlier
@media (min-width: 1150px) and (max-width: 1400px) {
@media (min-width: 1150px) and (max-width: 1450px) {
.guide_column.col-lg-3 {
width: 33.33333333%;
max-width: 33.333333%;
Expand Down

0 comments on commit 235434f

Please sign in to comment.