Projet

Général

Profil

0001-caen-add-some-space-between-widget-and-its-title-607.patch

Serghei Mihai, 18 janvier 2022 11:56

Télécharger (631 octets)

Voir les différences:

Subject: [PATCH] caen: add some space between widget and its title (#60760)

 static/caen/_custom.scss | 3 +++
 1 file changed, 3 insertions(+)
static/caen/_custom.scss
570 570
	@extend %small-button-links-list;
571 571
}
572 572

  
573
div.widget div.title {
574
	margin-bottom: 0.25em;
575
}
573 576

  
574 577
//
575 578
//	FOOTER
576
-