Projet

Général

Profil

0001-scss-fill-space-to-reach-sub-menu-when-page-get-an-i.patch

Nicolas Roche, 04 décembre 2019 11:26

Télécharger (658 octets)

Voir les différences:

Subject: [PATCH] scss: fill space to reach sub-menu when page get an image
 (#38184)

 static/publik/_custom.scss | 4 ++++
 1 file changed, 4 insertions(+)
static/publik/_custom.scss
63 63
div#nav,
64 64
div#nav ul {
65 65
	margin: 0;
66
	li ul li {
67
		position: relative;
68
		top: -0.5rem;
69
	}
66 70
}
67 71

  
68 72
div#services > ul > li > strong > a,
69
-