diff --git a/assets/sass/_listpage.scss b/assets/sass/_listpage.scss new file mode 100644 index 00000000..f5724386 --- /dev/null +++ b/assets/sass/_listpage.scss @@ -0,0 +1,3 @@ +.list-page .post-year { + padding-bottom: .5rem; +} \ No newline at end of file diff --git a/assets/sass/main.scss b/assets/sass/main.scss index 3a48edeb..a0690cda 100644 --- a/assets/sass/main.scss +++ b/assets/sass/main.scss @@ -75,4 +75,5 @@ $on-widescreen: 1152px; @import "post"; @import "code"; @import "miscellaneous"; -@import "dark"; \ No newline at end of file +@import "dark"; +@import "listpage"; \ No newline at end of file