mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 13:58:05 +00:00
9 lines
133 B
SCSS
9 lines
133 B
SCSS
|
main .home {
|
||
|
> .home-post:not(:first-of-type) {
|
||
|
margin-top: 3em;
|
||
|
}
|
||
|
|
||
|
> .home-post > * {
|
||
|
margin: 0;
|
||
|
}
|
||
|
}
|