Projet

Général

Profil

0001-scss-layout-apply-clearfix-on-footer-instead-footer-.patch

Thomas Jund (congés, retour le 29/04), 17 janvier 2020 12:16

Télécharger (697 octets)

Voir les différences:

Subject: [PATCH] scss: layout: apply clearfix on #footer instead
 #footer-wrapper (#39056)

 static/includes/_layout.scss | 2 ++
 1 file changed, 2 insertions(+)
static/includes/_layout.scss
160 160
	padding: 0.7em 0 1.5em 0;
161 161
	background-color: $footer-background;
162 162
	color: $footer-color;
163
}
164
#footer {
163 165
	&::after {
164 166
		content: '';
165 167
		display: block;
166
-