Skip to content

Commit

Permalink
fix centerered text
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanVnucec committed Aug 4, 2022
1 parent bca3cd4 commit d61b643
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/minimal-mistakes/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -544,10 +544,14 @@ body {
.wide {
.page {
@include breakpoint($large) {
float: none; // disable from .page
margin: 0 auto; // center
padding-right: 0;
}

@include breakpoint($x-large) {
float: none; // disable from .page
margin: 0 auto; // center
padding-right: 0;
}
}
Expand Down

0 comments on commit d61b643

Please sign in to comment.