mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 10:58:33 +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;
|
|
}
|
|
} |