mirror of
https://github.com/safing/web
synced 2025-04-12 23:19:09 +00:00
Add publication-layout
This commit is contained in:
parent
da2a4c6908
commit
540b881683
1 changed files with 11 additions and 0 deletions
11
_sass/prebuilt/publication-layout/default.scss
Normal file
11
_sass/prebuilt/publication-layout/default.scss
Normal 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;
|
||||
}
|
Loading…
Add table
Reference in a new issue