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:
parent
8ed19a1688
commit
24ab0cb050
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
@import 'mixins';
|
@import 'mixins';
|
||||||
|
|
||||||
$header_height: 64px;
|
$header_height: 64px;
|
||||||
$cell: 280px;
|
$cell: 250px;
|
||||||
$fluid_cell: 250px; // smaller cell for fluid flow
|
$fluid_cell: $cell; // smaller cell for fluid flow
|
||||||
$cell_tablet: ($fluid_cell + 5) * 3 + 10; // flow breakpoint for tablet
|
$cell_tablet: ($fluid_cell + 5) * 3 + 10; // flow breakpoint for tablet
|
||||||
$cell_mobile: ($fluid_cell + 5) * 2 + 10; // flow breakpoint for mobile
|
$cell_mobile: ($fluid_cell + 5) * 2 + 10; // flow breakpoint for mobile
|
||||||
$flow_hide_recents: $cell_tablet; // breakpoint, there recents will be hidden
|
$flow_hide_recents: $cell_tablet; // breakpoint, there recents will be hidden
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue