Projet

Général

Profil

0001-scss-layout-increase-very-small-limit-37745.patch

Thomas Jund (congés, retour le 29/04), 19 novembre 2019 10:33

Télécharger (741 octets)

Voir les différences:

Subject: [PATCH] scss: layout: increase $very-small-limit (#37745)

 static/includes/_layout.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/includes/_layout.scss
1 1
$width: 1000px !default;
2 2
$mobile-limit: 800px !default;
3
$very-small-limit: 480px !default;
3
$very-small-limit: 560px !default;
4 4
$footer-background: #666666 !default;
5 5
$footer-color: white !default;
6 6
$top-logo-width: 0 !default;
7
-