mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-02 18:13:10 +01:00
post fixes
This commit is contained in:
parent
2bba026f0d
commit
d24309be46
@ -74,7 +74,7 @@
|
||||
margin-right: $spacer / 2;
|
||||
|
||||
&::before {
|
||||
color: $brand-grey-dimmed;
|
||||
color: $brand-grey-light;
|
||||
content: '#';
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
@ -8,7 +8,23 @@
|
||||
}
|
||||
|
||||
.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 {
|
||||
display: block;
|
||||
@ -16,8 +32,6 @@
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: $font-size-h3;
|
||||
color: $brand-grey;
|
||||
margin-top: 0;
|
||||
margin-bottom: $spacer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user