9 lines
115 B
SCSS
9 lines
115 B
SCSS
|
/**
|
||
|
* Section
|
||
|
* Responsive spacings for section
|
||
|
*/
|
||
|
|
||
|
section {
|
||
|
margin-bottom: var(--block-spacing-vertical);
|
||
|
}
|