1
0
Fork 0
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:
Luke 2022-02-04 14:06:03 +01:00
parent b97783c105
commit f6c806a05d

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