Skip to content

Commit

Permalink
Fix warnings about nested-rule deprecation
Browse files Browse the repository at this point in the history
Co-authored-by: Karl <[email protected]>
  • Loading branch information
ashmaroli and KarlHeitmann committed Sep 5, 2024
1 parent 89714e3 commit 52f758d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@

.page-link {
display: block;
margin-left: 20px;
padding: 5px 10px;

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

0 comments on commit 52f758d

Please sign in to comment.