mirror of
https://github.com/safing/web
synced 2025-04-03 02:29:10 +00:00
Add general-layout spacing types
This commit is contained in:
parent
8607f4b6df
commit
b08e08fb83
1 changed files with 10 additions and 1 deletions
|
@ -6,6 +6,15 @@
|
|||
.general-layout > div:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.general-layout > div {
|
||||
margin-top: 15rem;
|
||||
}
|
||||
}
|
||||
|
||||
.general-layout.spacing-sm > div {
|
||||
margin-top: 8rem;
|
||||
}
|
||||
|
||||
.general-layout.spacing-xl > div {
|
||||
margin-top: 24rem;
|
||||
}
|
Loading…
Add table
Reference in a new issue