Skip to content

Commit

Permalink
chore: add padding to year on listpage
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-sid committed Mar 13, 2023
1 parent 031aa94 commit d7118b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions assets/sass/_listpage.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.list-page .post-year {
padding-bottom: .5rem;
}
3 changes: 2 additions & 1 deletion assets/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ $on-widescreen: 1152px;
@import "post";
@import "code";
@import "miscellaneous";
@import "dark";
@import "dark";
@import "listpage";

0 comments on commit d7118b1

Please sign in to comment.