Projet

Général

Profil

0001-scss-clear-floats-after-footer-26713.patch

Frédéric Péters, 25 septembre 2018 14:57

Télécharger (715 octets)

Voir les différences:

Subject: [PATCH] scss: clear floats after footer (#26713)

 static/includes/_layout.scss | 5 +++++
 1 file changed, 5 insertions(+)
static/includes/_layout.scss
148 148
	padding: 1ex 0 2ex 0;
149 149
	background: $footer-background;
150 150
	color: $footer-color;
151
	&::after {
152
		content: '';
153
		display: block;
154
		clear: both;
155
	}
151 156
}
152 157

  
153 158
h1#logo {
154
-