diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 513d6ce8..ad04f759 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -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