mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 09:26:14 -04:00
8 lines
No EOL
114 B
SCSS
8 lines
No EOL
114 B
SCSS
/**
|
|
* Section
|
|
* Responsive spacings for section
|
|
*/
|
|
|
|
section {
|
|
margin-bottom: var(--block-spacing-vertical);
|
|
} |