mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-05 03:15:07 +01:00
post fixes
This commit is contained in:
parent
2bba026f0d
commit
d24309be46
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user