Projet

Général

Profil

0001-toulouse-2022-display-anchor-links-hidden-by-header-.patch

Nicolas Roche, 26 octobre 2022 17:53

Télécharger (865 octets)

Voir les différences:

Subject: [PATCH] toulouse-2022: display anchor links hidden by header (#70696)

 static/toulouse-2022/_custom.scss | 5 +++++
 1 file changed, 5 insertions(+)
static/toulouse-2022/_custom.scss
321 321
}
322 322
.successnotice::before {
323 323
	color: $color-success;
324 324
}
325 325
.infonotice::before {
326 326
	color: $color-info;
327 327
}
328 328

  
329
.gru-content div.cell {
330
	@media ($max-mobile-viewport) {
331
		scroll-margin-top: 50px;
332
	}
333
}
329 334

  
330 335
//
331 336
//	WCS / Forms
332 337
//
333 338

  
334 339
.wcs-page {
335 340
	.theme-page-header {
336 341
		display: none;
337
-