style: increase layout width boundary values to match frontoffice (#69315)

This commit is contained in:
Frédéric Péters 2022-09-20 10:39:43 +02:00
parent 5d61649cf2
commit fe745048d5
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
@charset "UTF-8";
$grid-mobile-limit: 601px !default;
$very-small-limit: 401px !default;
$grid-mobile-limit: 1024px !default;
$very-small-limit: 560px !default;
div.grid {
float: left;