This commit is contained in:
Janis M
2022-03-30 14:29:17 +02:00
parent e0e28209c6
commit cde637c702
6 changed files with 5 additions and 5 deletions

View File

@@ -28,6 +28,5 @@
}
.auth-header .auth-header-image-container img{
width: 100%;
height: 100%;
width:100%
}

View File

@@ -30,6 +30,7 @@ body {
width: 20%;
}
.headerDIVLogo > img {
margin-left: 20px;
float: left;
height: 80%;
position: relative;

BIN
static/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -1,6 +1,6 @@
<div class="footerDIV">
<div class="footerDIVLogo">
<img src="https://bock-drauf.com/wp-content/uploads/2019/09/amazon-logo-1024x576.png"/>
<img src="/images/logo.png"/>
</div>
</div>

View File

@@ -1,6 +1,6 @@
<div class="headerDIV">
<div class="headerDIVLogo">
<img style="cursor:pointer" onclick="window.open('/', '_self')" src="https://bock-drauf.com/wp-content/uploads/2019/09/amazon-logo-1024x576.png">
<img style="cursor:pointer" onclick="window.open('/', '_self')" src="/images/logo.png">
</div>
<div class="headerDIVSearch">

View File

@@ -13,7 +13,7 @@
<div class="content">
<section class="product-header">
<div id="product-image">
<img src="/images/examples.jpg" alt="">
<img src="/productImage/<%= product.id %>" alt="">
</div>
<div id="product-info">
<h2 style="padding-left: 0px"><%= product.productName %></h2><br>