1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-12 23:19:09 +00:00

Add publication-layout

This commit is contained in:
Luke 2022-02-09 22:09:46 +01:00
parent da2a4c6908
commit 540b881683

View file

@ -0,0 +1,11 @@
.publication-layout {
margin-top: 10rem;
margin-bottom: 15rem;
}
.publication-layout > div:first-child {
margin-top: 0;
}
.publication-layout > div {
margin-top: 5rem;
}