mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
7 lines
134 B
SCSS
7 lines
134 B
SCSS
|
.homepage-section {
|
||
|
margin-top: calc(var(--l-gap) * 2);
|
||
|
|
||
|
@media (min-width: 800px) {
|
||
|
margin-top: calc(var(--l-gap) * 4);
|
||
|
}
|
||
|
}
|