website/_sass/post_content/_wrapper.scss

8 lines
125 B
SCSS
Raw Normal View History

2018-10-20 07:30:02 +00:00
.wrapper {
main > & {
& > :first-child {
margin-top: 0;
padding-top: 0;
}
}
}