Projet

Général

Profil

0008-quimper-replace-dedicated-clear-float-tags-by-.clear.patch

Thomas Jund, 22 juillet 2020 16:39

Télécharger (875 octets)

Voir les différences:

Subject: [PATCH 08/10] quimper: replace dedicated clear float tags by
 ".clearfix" class (#45365)

 static/quimper/_custom.scss | 8 --------
 1 file changed, 8 deletions(-)
static/quimper/_custom.scss
396 396
	}
397 397
}
398 398

  
399
br.clear {
400
	height: 1px;
401
	display: block;
402
}
403

  
404 399
#login-title {
405 400
	font-family: $title-font-family;
406 401
	font-size: 1.125rem;
......
504 499

  
505 500

  
506 501
@media screen and ($max-mobile-viewport) {
507
	br.clear {
508
		display: none;
509
	}
510 502
	#columns {
511 503
		padding: 0;
512 504
	}
513
-