1
0
Fork 0
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:
Luke 2022-02-10 12:57:06 +01:00
parent 8607f4b6df
commit b08e08fb83

View file

@ -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;
}