haute-goulaine: update header's styles (#24893)

This commit is contained in:
Serghei Mihai 2018-06-29 11:32:06 +02:00
parent 4821118094
commit e17c963bb4
2 changed files with 5 additions and 1 deletions

View File

@ -5,13 +5,17 @@ body {
div#header {
background: url(header-bg.jpeg) top left no-repeat;
border-radius: 0 0 15px 15px;
background-size: contain;
}
div#header h1 {
line-height: 190px;
height: 190px;
@media screen and (max-width: $mobile-limit) {
height: 205px;
height: 155px;
}
a {
text-indent: -9999px;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 KiB

After

Width:  |  Height:  |  Size: 67 KiB