Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edited breakpoint to trigger 3 guide cards in a row #3718

Merged
merged 1 commit into from
May 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading