Projet

Général

Profil

0001-villeurbanne-intranet-set-header-height-for-mobile-o.patch

Serghei Mihai, 11 mai 2021 21:56

Télécharger (1002 octets)

Voir les différences:

Subject: [PATCH] villeurbanne-intranet: set header height for mobile only
 (#53939)

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

  
39 36
#header-wrapper {
40 37
	background-color: hsla(0, 0%, 100%, 0.8);
......
56 53
}
57 54

  
58 55
h1#logo.has-logo {
59
	padding: 0;
60 56
	height: 85px;
61 57
	a {
62 58
		display: block;
......
66 62
		@media (max-width: $nav-mobile-limit) {
67 63
			margin: 0 auto;
68 64
			width: 300px;
65
			height: 45px;
66
			margin-top: 5px;
69 67
		}
70 68
	}
71 69

  
72
-