funky-framadate-front/src/assets/scss/atoms/_section.scss

7 lines
74 B
SCSS
Raw Normal View History

2019-08-12 12:43:53 +02:00
@charset "UTF-8";
section {
& + & {
margin-top: 6rem;
}
}