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

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Dec 2, 2016
1 parent c194b62 commit 8fc1053
Showing 1 changed file with 25 additions and 9 deletions.
34 changes: 25 additions & 9 deletions lab/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,31 @@ preview {
padding: 7px 15px 7px 5px;
font-size: 13px;
}
.phone-frame h2 {
display: none;
}

@media screen and (max-width: 500px) {
#footer {
display: none;
}
}
}

@media screen and (max-height: 780px) {
.statusbar {
width: 340px;
}
.phone-frame-wrap {
width: 340px;
height: 605px;
}
#android-frame iframe, #windows-frame iframe {
height: 585px;
margin-top: 20px;
}
}
@media screen and (max-height: 680px) {
.statusbar {
width: 325px;
}
Expand All @@ -274,13 +299,4 @@ preview {
height: 558px;
margin-top: 20px;
}
.phone-frame h2 {
display: none;
}

@media screen and (max-width: 500px) {
#footer {
display: none;
}
}
}

0 comments on commit 8fc1053

Please sign in to comment.