Projet

Général

Profil

0002-add-size-to-home-page-image.patch

Thomas Jund, 04 août 2022 18:14

Télécharger (747 octets)

Voir les différences:

Subject: [PATCH 2/6] add size to home page image

 static/publik-famille-demo/_header.scss | 1 +
 1 file changed, 1 insertion(+)
static/publik-famille-demo/_header.scss
175 175
		background: var(--page-picture);
176 176
		background-repeat: no-repeat;
177 177
		background-position-y: 50px;
178
		background-size: 100%;
178 179

  
179 180
		@media($min-desktop-viewport) {
180 181
			height: 550px;
181
-