Skip to content

Commit

Permalink
Fix Sass warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed Jul 31, 2024
1 parent 32611d6 commit 8f8cd88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## HEAD

- Fix Sass warnings

## 1.11.4 (2024-05-11)

- Remove duplicated last slash from feed id
Expand Down
2 changes: 1 addition & 1 deletion _sass/whiteglass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
.page-link {
padding: 20px 0;

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

0 comments on commit 8f8cd88

Please sign in to comment.