Skip to content

Commit

Permalink
Fix deprecation warnings (#796) (#797)
Browse files Browse the repository at this point in the history
Merge pull request 797
  • Loading branch information
KarlHeitmann authored Aug 11, 2024
1 parent 1d5286c commit aad1430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@
line-height: $base-line-height;
display: block;
padding: 5px 10px;
margin-left: 20px;

// Gaps between nav items, but not on the last one
&:not(:last-child) {
margin-right: 0;
}
margin-left: 20px;
}

@media screen and (min-width: $on-medium) {
Expand All @@ -107,11 +107,11 @@
.page-link {
display: inline;
padding: 0;
margin-left: auto;

&:not(:last-child) {
margin-right: 20px;
}
margin-left: auto;
}
}
}
Expand Down

0 comments on commit aad1430

Please sign in to comment.