summaryrefslogtreecommitdiffstats
path: root/assets/sass/_customize.scss
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-09 00:33:48 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-09 00:33:48 +0200
commite892977923e41469bbe7ee3024930fc6e42976ae (patch)
tree0919cfc14d76b3d9a9f21696d7ff14210e2d1972 /assets/sass/_customize.scss
parent63b4ff5322bcd58d58df572811cfeb0ab4c2432f (diff)
downloadgohugo-theme-ed-e892977923e41469bbe7ee3024930fc6e42976ae.tar.gz
Fix styles to display post lists
Diffstat (limited to 'assets/sass/_customize.scss')
-rw-r--r--assets/sass/_customize.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/sass/_customize.scss b/assets/sass/_customize.scss
index 933458f..bcc7415 100644
--- a/assets/sass/_customize.scss
+++ b/assets/sass/_customize.scss
@@ -45,7 +45,7 @@
margin-top: 100px;
}
- &:first-child {
+ &:first-of-type {
margin-top: 0;
}
}