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

decreased lab gaps

This commit is contained in:
Fedor Katurov 2021-09-28 17:59:13 +07:00
parent 2f409598ed
commit 2bd2ba079c

View file

@ -8,7 +8,7 @@ $cell_mobile: ($fluid_cell + 5) * 2 + 10; // flow breakpoint for mobile
$flow_hide_recents: $cell_tablet; // breakpoint, there recents will be hidden
$gap: 10px;
$lab_gap: $gap * 3;
$lab_gap: $gap * 2;
$lab_gap_mobile: $gap * 2;
$grid_line: 5px;
$content_width: $cell * 5 + $grid_line * 4;