Closed manabuyasuda closed 7 years ago
.l-content__itemにも内包するコンポーネントに対する余白の指定をする。
.l-content__item
.l-content__item { margin-bottom: 1.6rem; }
.l-content__item { margin-bottom: 1.6rem; & > :last-child { margin-bottom: 0; }
<section>で使うような.l-content__sectionにもmargin-topなどを指定をする。
<section>
.l-content__section
margin-top
.l-content__item
にも内包するコンポーネントに対する余白の指定をする。<section>
で使うような.l-content__section
にもmargin-top
などを指定をする。