diff --git a/src/assets/css/tox-homepage.css b/src/assets/css/tox-homepage.css index dec55541..83ac9be2 100644 --- a/src/assets/css/tox-homepage.css +++ b/src/assets/css/tox-homepage.css @@ -408,37 +408,39 @@ header.toxHeader section div p a.button span.droid { } aside.tObject div.preview { - height:495px; - width:1016px; + height:473px; + width:996px; + margin-top:40px; + border-top:1px solid #d2d2d2; border-left:1px solid #d2d2d2; border-right:1px solid #d2d2d2; box-shadow: 0px 20px 80px -10px rgba(0,0,0,.3); - + border-top-left-radius: 4px; border-top-right-radius: 4px; } @media screen and (max-width: 1016px) { aside.tObject div.preview { - height:330px; - width:677px; + height:294.5px; + width:622.5px; } } @media screen and (max-width: 667px) { aside.tObject div.preview { width:360px; - height:640px + height:640px; } } @media screen and (max-width: 360px) { aside.tObject div.preview { width:240px; - height:426px + height:426px; } } diff --git a/src/assets/css/tox-images.css b/src/assets/css/tox-images.css index bb251297..ddb4dcc8 100644 --- a/src/assets/css/tox-images.css +++ b/src/assets/css/tox-images.css @@ -6,10 +6,16 @@ header.toxHeader section div p a.button span { background:url(../images/Systems.png); } aside.tObject div.preview { - background:url(../images/Windows-Sprite.png) no-repeat scroll center / cover; + background:url(../images/Windows-Sprite.png) no-repeat center; +} +@media screen and (max-width: 1016px) { + aside.tObject div.preview { + background-size: cover; + } } @media screen and (max-width: 667px) { aside.tObject div.preview { - background:url(../images/Antox.png) no-repeat scroll center / cover; + background:url(../images/Antox.png) no-repeat scroll center; + background-size: cover; } } \ No newline at end of file diff --git a/src/assets/images/Windows-Sprite.png b/src/assets/images/Windows-Sprite.png index 667bbf31..279283d4 100644 Binary files a/src/assets/images/Windows-Sprite.png and b/src/assets/images/Windows-Sprite.png differ diff --git a/src/assets/images/Windows-Sprite@2x.png b/src/assets/images/Windows-Sprite@2x.png index 53129578..3bfec242 100644 Binary files a/src/assets/images/Windows-Sprite@2x.png and b/src/assets/images/Windows-Sprite@2x.png differ