1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-01-05 03:15:07 +01:00

post fixes

This commit is contained in:
Matthias Kretschmann 2018-09-26 21:16:24 +02:00
parent 2bba026f0d
commit d24309be46
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 18 additions and 4 deletions

View File

@ -74,7 +74,7 @@
margin-right: $spacer / 2; margin-right: $spacer / 2;
&::before { &::before {
color: $brand-grey-dimmed; color: $brand-grey-light;
content: '#'; content: '#';
margin-right: 1px; margin-right: 1px;
} }

View File

@ -8,7 +8,23 @@
} }
.goodie { .goodie {
margin-bottom: $spacer * 4; @include divider;
padding-top: $spacer;
padding-bottom: $spacer * 2;
&:first-of-type {
padding-top: 0;
}
&:last-child {
border-bottom: 0;
padding-bottom: 0;
&::before {
display: none;
}
}
a { a {
display: block; display: block;
@ -16,8 +32,6 @@
} }
.title { .title {
font-size: $font-size-h3;
color: $brand-grey;
margin-top: 0; margin-top: 0;
margin-bottom: $spacer; margin-bottom: $spacer;
} }