Projet

Général

Profil

0001-sables-d-olonne-2022-reduce-titles-size-in-responsiv.patch

Serghei Mihai, 27 janvier 2022 17:32

Télécharger (1,19 ko)

Voir les différences:

Subject: [PATCH] sables-d-olonne-2022: reduce titles size in responsive view
 (#61185)

 static/sables-d-olonne-2022/_custom.scss | 14 ++++++++++++++
 static/sables-d-olonne-2022/_vars.scss   |  1 +
 2 files changed, 15 insertions(+)
static/sables-d-olonne-2022/_custom.scss
17 17
	"blue" $blue
18 18
;
19 19

  
20
html {
21
	@media ($max-mobile-viewport) {
22
		font-size: 16px;
23
	}
24
}
25

  
26

  
27
%title {
28
	@extend %title;
29
	@media ($max-mobile-viewport) {
30
		font-size: 1.5em;
31
	}
32
}
33

  
20 34
//
21 35
//	Typo
22 36
//
static/sables-d-olonne-2022/_vars.scss
29 29

  
30 30
$width: 1146px;
31 31
$mobile-limit: 800px;
32
$very-small-limit: 600px;
32 33

  
33 34
$link-color: $primary-color;
34 35

  
35
-