Resize logo on details page

This commit is contained in:
MrTimscampi 2020-04-12 22:11:25 +02:00
parent 9f300bfb11
commit d63b3a5b22

View File

@ -609,11 +609,11 @@
}
.detailLogo {
width: 67.25vw;
height: 14.5vh;
width: 40vw;
height: 30vh;
position: absolute;
top: 15vh;
right: 0;
top: 7.5vh;
right: 18;
-webkit-background-size: auto;
background-size: auto;
}
@ -622,30 +622,6 @@
display: none;
}
@media all and (max-width: 87.5em) {
.detailLogo {
right: 5%;
}
}
@media all and (max-width: 75em) {
.detailLogo {
right: 2%;
}
}
@media all and (max-width: 68.75em) {
.detailLogo {
width: 14.91em;
height: 3.5em;
right: 5%;
bottom: 5%;
top: auto;
background-position: center right;
display: none;
}
}
.itemDetailImage {
width: 100% !important;
-webkit-box-shadow: 0 0.1em 0.5em 0 rgba(0, 0, 0, 0.75);