Projet

Général

Profil

0001-hautes-pyrenees-cd65-reduce-header-size-in-mobile-vi.patch

Serghei Mihai (congés, retour 15/05), 06 janvier 2022 18:53

Télécharger (848 octets)

Voir les différences:

Subject: [PATCH] hautes-pyrenees-cd65: reduce header size in mobile view
 (#60361)

 static/hautes-pyrenees-cd65/_custom.scss | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
static/hautes-pyrenees-cd65/_custom.scss
1 1
div#header {
2
	padding: 1rem 0;
3
	height: calc(80px + 2rem);
2
	height: 80px;
4 3
	position: static;
4
	@media screen and (min-width: $nav-mobile-limit) {
5
		padding: 1rem 0;
6
		height: calc(80px + 2rem);
7
	}
5 8
	#logo {
6 9
		position: absolute;
7 10
		left: 1em;
8
-