Projet

Général

Profil

0001-gers-cd32-increase-page-width-47803.patch

Nicolas Roche, 21 octobre 2020 17:40

Télécharger (726 octets)

Voir les différences:

Subject: [PATCH] gers-cd32: increase page width (#47803)

 static/gers-cd32/_vars.scss | 1 +
 1 file changed, 1 insertion(+)
static/gers-cd32/_vars.scss
1 1
$primary-color: #ae2217;
2 2
$secondary-color: #f4f4f4;
3 3
$tertiary-color: #0f183b;
4
$width: 1200px;
4 5

  
5 6
$border-radius: 3px;
6 7
$font-size: 1.25em;
7 8
$font-family: Montserrat, sans-serif;
8 9
$link-color: $primary-color;
9 10

  
10 11
$my-mobile-limit: 796px;
11 12

  
12
-