Projet

Général

Profil

0002-braine-l-alleud-do-not-indent-subtitles-in-footer-66.patch

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

Télécharger (868 octets)

Voir les différences:

Subject: [PATCH 2/2] braine l'alleud: do not indent subtitles in footer
 (#66475)

 static/braine-l-alleud/_custom.scss | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
static/braine-l-alleud/_custom.scss
47 47
	}
48 48
}
49 49

  
50

  
51 50
nav.site-nav {
52 51
	@media screen and (max-width: $nav-mobile-limit) {
53 52
		margin-top: 75px;
......
117 116
		box-shadow: none;
118 117
		border: none;
119 118
	}
119
	h3 {
120
		margin-left: 0;
121
	}
120 122
}
121 123

  
122 124
.cell.dashboard-cell {
123
-