Change logo and delete bg

This commit is contained in:
PEGeoffroy 2019-09-13 13:55:36 +02:00
parent f6cbb35250
commit 1f3c63df86
5 changed files with 2 additions and 16 deletions

View File

@ -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 ----- */

View File

@ -57,6 +57,4 @@
</div> </div>
</header> </header>
<div class="bg"></div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

BIN
img/logo-hadoly.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB