Projet

Général

Profil

0001-villeurbanne-intranet-reduce-site-header-height-5393.patch

Serghei Mihai, 11 mai 2021 16:58

Télécharger (825 octets)

Voir les différences:

Subject: [PATCH] villeurbanne-intranet: reduce site header height (#53939)

 static/villeurbanne-intranet/_custom.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
static/villeurbanne-intranet/_custom.scss
33 33
//	HEADER
34 34
//
35 35
.site-header {
36
	height: 160px;
36
	height: 85px;
37 37
}
38 38

  
39 39
#header-wrapper {
......
66 66
		@media (max-width: $nav-mobile-limit) {
67 67
			margin: 0 auto;
68 68
			width: 300px;
69
			height: 45px;
69 70
		}
70 71
	}
71 72

  
72
-