1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

fixed desktop margin top on lab and flow

This commit is contained in:
Fedor Katurov 2022-03-24 19:15:36 +07:00
parent 61326f237f
commit c0c3b3af6a
3 changed files with 8 additions and 0 deletions

View file

@ -13,9 +13,11 @@ $cols: math.div($content_width, $cell);
.container {
@include container;
margin-top: $page_top_offset;
@include tablet {
padding: 0 $gap;
margin-top: 0;
}
}