Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
change centering method to flex
  • Loading branch information
jamesros161 committed Dec 16, 2021
commit d64c5e710e58edd72d1ccc99052124e60285f1f7
10 changes: 5 additions & 5 deletions src/assets/scss/boldgrid/_bootstrap-additions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@
margin: auto;
}

@media screen and (min-width: 992px) {
#main-wrapper.full-width.max-full-width .main .entry-content .boldgrid-section .container-fluid {
margin-left: auto;
margin-right: auto;
}

#main-wrapper.full-width.max-full-width .main .entry-content .boldgrid-section {
display: flex;
justify-content: center;
}


body.blog #main-wrapper.full-width.max-full-width {
margin-left: auto;
margin-right: auto;
Expand Down