Skip to content

Commit

Permalink
Fix to satisfy CSS linter
Browse files Browse the repository at this point in the history
  • Loading branch information
danirus committed Feb 20, 2024
1 parent fb8c09d commit 6a48b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ body {
padding-right: 48px;

@include media-breakpoint-down(xl) {
padding-right: 0;
grid-template-columns: none;
padding-right: 0;
}
}

Expand Down Expand Up @@ -110,8 +110,8 @@ body {
font-size: var(--#{$prefix}documentation-font-size);

@include media-breakpoint-down(xl) {
padding-left: 2rem;
padding-right: 2rem;
padding-left: 2rem;
}

h1,
Expand Down

0 comments on commit 6a48b44

Please sign in to comment.