diff --git a/less/base_centerpanel.less b/less/base_centerpanel.less index 10cac8b..61ad1eb 100644 --- a/less/base_centerpanel.less +++ b/less/base_centerpanel.less @@ -39,16 +39,20 @@ @media screen and (max-height: 525px) { .d3dlogo { - max-width: 399px; top: 20%; height: 57px; - background-image: url('../img/logo/logo_smaller_wide.png'); + max-width: 307px; + background-image: url('../img/logo/logo_smaller.png'); +// max-width: 399px; +// background-image: url('../img/logo/logo_smaller_wide.png'); } } @media screen and (max-height: 375px) { .d3dlogo { - max-width: 399px; height: 40px; - background-image: url('../img/logo/logo_smallest_wide.png'); + max-width: 216px; + background-image: url('../img/logo/logo_smallest.png'); +// max-width: 399px; +// background-image: url('../img/logo/logo_smallest_wide.png'); } } \ No newline at end of file diff --git a/less/mobile.less b/less/mobile.less index 9ede81f..783ba36 100644 --- a/less/mobile.less +++ b/less/mobile.less @@ -12,9 +12,11 @@ } .d3dlogo { top: 0; - max-width: 399px; height: 40px; - background-image: url('../img/logo/logo_smallest_wide.png'); + max-width: 216px; + background-image: url('../img/logo/logo_smallest.png'); +// max-width: 399px; +// background-image: url('../img/logo/logo_smallest_wide.png'); } .doodlecontainer { /* position: absolute;*/