Skip to content

Commit

Permalink
Reduce the content padding inside the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcaires committed May 22, 2023
1 parent 1928c20 commit c59e1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/sensei-course-theme/mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $breakpoint: 783px;
}


@at-root :root:has(.admin-bar) {
@at-root :root:has(.admin-bar) .sensei-course-theme__sidebar {
// 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;
}
Expand Down

0 comments on commit c59e1c8

Please sign in to comment.