armentieres: fix mobile-limit (#70745)

This commit is contained in:
Corentin Sechet 2022-11-21 22:00:41 +01:00
parent 5c1e8132e5
commit 353760cb21
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ $font-size: 1rem;
// General
$width: 1280px;
$mobile-limit: 800px;
$border-radius: 5px;
$notification_error_color: $red-light;
$notification_warning_color: #e5e5e5;