Skip to content

Commit

Permalink
feat: increase hero spacing on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdavide committed Feb 20, 2022
1 parent 17b1b74 commit 94d6dac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/scss/partials/components/_wrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@

&__sidebar {
width: 100%;
padding: 16px 0;

@include desktop_and_print {
width: $sidebar-width;
padding: 0;
}

@include widescreen {
Expand Down

0 comments on commit 94d6dac

Please sign in to comment.