mirror of
https://github.com/safing/web
synced 2025-04-17 09:29:08 +00:00
11 lines
185 B
SCSS
11 lines
185 B
SCSS
.section-container {
|
|
margin-top: 10rem;
|
|
margin-bottom: 16rem;
|
|
}
|
|
|
|
.section-container > div:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.section-container > div {
|
|
margin-top: 15rem;
|
|
}
|