Change logo and delete bg
This commit is contained in:
parent
f6cbb35250
commit
1f3c63df86
|
@ -58,29 +58,17 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
background: url("../img/pluxml-logo-black.png") top left no-repeat;
|
background: url("../img/logo-hadoly.png") top left no-repeat;
|
||||||
height: 10rem;
|
height: 10rem;
|
||||||
background-size: 8rem;
|
background-size: 8rem;
|
||||||
background-position: 2rem 0;
|
background-position: 2rem 0;
|
||||||
padding-left: 11rem;
|
padding-left: 11rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg {
|
|
||||||
background: url(../img/bg.jpg) no-repeat top left;
|
|
||||||
-webkit-background-size: cover;
|
|
||||||
-moz-background-size: cover;
|
|
||||||
-o-background-size: cover;
|
|
||||||
background-size: cover;
|
|
||||||
height: 250px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 463px) {
|
@media (max-width: 463px) {
|
||||||
.logo {
|
.logo {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.bg {
|
|
||||||
height: 100px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----- Nav / Menu ----- */
|
/* ----- Nav / Menu ----- */
|
||||||
|
|
|
@ -57,6 +57,4 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="bg"></div>
|
|
BIN
img/bg.jpg
BIN
img/bg.jpg
Binary file not shown.
Before Width: | Height: | Size: 164 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.8 KiB |
Loading…
Reference in New Issue