Projet

Général

Profil

0001-braine-l-alleud-add-lateral-padding-to-footer-on-mob.patch

Frédéric Péters, 14 juillet 2022 22:05

Télécharger (724 octets)

Voir les différences:

Subject: [PATCH 1/2] braine l'alleud: add lateral padding to footer on mobile
 (#66475)

 static/braine-l-alleud/_custom.scss | 4 ++++
 1 file changed, 4 insertions(+)
static/braine-l-alleud/_custom.scss
41 41
			background-position: center;
42 42
		}
43 43
	}
44
	#footer {
45
		padding-left: 25px;
46
		padding-right: 25px;
47
	}
44 48
}
45 49

  
46 50

  
47
-