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

made smaller container

This commit is contained in:
Fedor Katurov 2022-06-22 15:19:06 +07:00
parent 8ed19a1688
commit 24ab0cb050

View file

@ -4,8 +4,8 @@
@import 'mixins';
$header_height: 64px;
$cell: 280px;
$fluid_cell: 250px; // smaller cell for fluid flow
$cell: 250px;
$fluid_cell: $cell; // smaller cell for fluid flow
$cell_tablet: ($fluid_cell + 5) * 3 + 10; // flow breakpoint for tablet
$cell_mobile: ($fluid_cell + 5) * 2 + 10; // flow breakpoint for mobile
$flow_hide_recents: $cell_tablet; // breakpoint, there recents will be hidden