Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #38 from pwnsdx/master
Browse files Browse the repository at this point in the history
Removing space between the shadow and the screenshot
  • Loading branch information
David Zero committed Jul 21, 2015
2 parents ed14c64 + 826231d commit 70a4813
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
16 changes: 9 additions & 7 deletions src/assets/css/tox-homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down
10 changes: 8 additions & 2 deletions src/assets/css/tox-images.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Binary file modified src/assets/images/Windows-Sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 70a4813

Please sign in to comment.