mirror of
https://github.com/safing/web
synced 2025-04-12 23:19:09 +00:00
Add prebuilt section-container
This commit is contained in:
parent
b97783c105
commit
f6c806a05d
1 changed files with 11 additions and 0 deletions
11
_sass/prebuilt/section-container/default.scss
Normal file
11
_sass/prebuilt/section-container/default.scss
Normal file
|
@ -0,0 +1,11 @@
|
|||
.section-container {
|
||||
margin-top: 5rem;
|
||||
margin-bottom: 5rem;
|
||||
}
|
||||
|
||||
.section-container > div:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
.section-container > div {
|
||||
margin-top: 15rem;
|
||||
}
|
Loading…
Add table
Reference in a new issue