Skip to content

Commit

Permalink
Remove conditional padding
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcaires committed Apr 19, 2023
1 parent 85b3899 commit c802abe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions assets/css/sensei-course-theme/mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ $breakpoint: 783px;
--content-padding: 24px;
}


.admin-bar {
@at-root :root {
// When the admin bar is present, something is applying and extra spacing that is messing the padding calculate, so it require cut the padding by half.
--content-padding: 12px;
}
}

body .is-layout-flow > * + .sensei-course-theme__main-content {
margin-top: 32px;
}
Expand Down

0 comments on commit c802abe

Please sign in to comment.