increase detail logo size

This commit is contained in:
grafixeyehero 2019-12-20 23:36:56 +03:00
parent 36f60d5923
commit dfe0b86495

View file

@ -480,11 +480,11 @@
} }
.detailLogo { .detailLogo {
width: 21.3em; width: 25em;
height: 5em; height: 9.375em;
position: absolute; position: absolute;
top: 13.5%; top: 14.5%;
right: 19.5%; right: 10.5%;
-webkit-background-size: contain; -webkit-background-size: contain;
background-size: contain background-size: contain
} }