Skip to content

Commit

Permalink
Adjust padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ngzhio committed Jul 10, 2020
1 parent efdfbcb commit 7949b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/hamilton/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
* Site sidebar
*/
.site-sidebar {
padding: $spacing-unit / 2;
padding: $spacing-unit / 2 $spacing-unit $spacing-unit / 2 $spacing-unit / 2;
border-right: 1px solid;
@include relative-font-size(0.8);

Expand Down Expand Up @@ -273,7 +273,7 @@
-ms-overflow-style: none; // IE and Edge
scrollbar-width: none; // Firefox

padding-left: $spacing-unit / 2;
padding-left: $spacing-unit;
padding-right: $spacing-unit / 2;

@include media-query($on-small) {
Expand Down

0 comments on commit 7949b1b

Please sign in to comment.