Projet

Général

Profil

0001-hautes-pyrenees-cd65-allow-more-space-to-pwa-menu-it.patch

Serghei Mihai, 06 janvier 2022 19:13

Télécharger (884 octets)

Voir les différences:

Subject: [PATCH] hautes-pyrenees-cd65: allow more space to pwa menu items
 (#60354)

 static/hautes-pyrenees-cd65/_custom.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
static/hautes-pyrenees-cd65/_custom.scss
137 137
			position: relative;
138 138
			background-size: 4em auto;
139 139
			@media screen and ($max-mobile-viewport) {
140
				background-size: 2.2em auto;
141
				padding-top: 3em;
140
				background-size: 1.7em auto;
141
				padding-top: 2.5em;
142 142
			}
143 143
		}
144 144
		&:not(:first-child) {
145
-