Projet

Général

Profil

0001-caen-add-small-letter-spacing-to-titles-and-buttons-.patch

Thomas Jund, 09 mars 2022 12:33

Télécharger (618 octets)

Voir les différences:

Subject: [PATCH] caen: add small letter-spacing to titles and buttons (#62389)

 static/caen/_custom.scss | 1 +
 1 file changed, 1 insertion(+)
static/caen/_custom.scss
32 32
	font-family: $title-font-family;
33 33
	text-transform: uppercase;
34 34
	font-weight: 600;
35
	letter-spacing: 0.03em;
35 36
}
36 37

  
37 38
label {
38
-