Projet

Général

Profil

0001-rouen-smaller-logo-on-mobile-screen-26066.patch

Emmanuel Cazenave, 04 septembre 2018 10:56

Télécharger (669 octets)

Voir les différences:

Subject: [PATCH] rouen: smaller logo on mobile screen (#26066)

 static/rouen/_custom.scss | 6 ++++++
 1 file changed, 6 insertions(+)
static/rouen/_custom.scss
19 19
	text-indent: -9999px;
20 20
}
21 21

  
22
@media screen and (max-width: $mobile-limit) {
23
	h1#logo a {
24
		width: 6em;
25
	}
26
}
27

  
22 28
div#nav li {
23 29
	border-right: 0.1em solid #FFF;
24 30
}
25
-