mirror of
https://github.com/safing/web
synced 2025-04-17 17:39:08 +00:00
11 lines
No EOL
177 B
SCSS
11 lines
No EOL
177 B
SCSS
.general-layout {
|
|
margin-top: 10rem;
|
|
margin-bottom: 15rem;
|
|
}
|
|
|
|
.general-layout > div:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.general-layout > div {
|
|
margin-top: 15rem;
|
|
} |