website/_sass/post_content/_wrapper.scss
2018-10-26 09:19:27 +08:00

8 lines
125 B
SCSS

.wrapper {
main > & {
& > :first-child {
margin-top: 0;
padding-top: 0;
}
}
}