Projet

Général

Profil

0001-haute-goulaine-update-header-s-styles-24893.patch

Voir les différences:

Subject: [PATCH] haute-goulaine: update header's styles (#24893)

 static/haute-goulaine/_custom.scss   |   6 +++++-
 static/haute-goulaine/header-bg.jpeg | Bin 234916 -> 68491 bytes
 2 files changed, 5 insertions(+), 1 deletion(-)
static/haute-goulaine/_custom.scss
5 5
div#header {
6 6
	background: url(header-bg.jpeg) top left no-repeat;
7 7
	border-radius: 0 0 15px 15px;
8
	background-size: contain;
8 9
}
9 10

  
10 11
div#header h1 {
11 12
	line-height: 190px;
12 13
	height: 190px;
13 14
	@media screen and (max-width: $mobile-limit) {
14
	height: 205px;
15
		height: 155px;
16
	}
17
	a {
18
		text-indent: -9999px;
15 19
	}
16 20
}
17 21