From 8fc10536d364b6130bc8e1dabbf466d1506c47cd Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Fri, 2 Dec 2016 15:56:40 -0600 Subject: [PATCH] Update --- lab/static/css/style.css | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/lab/static/css/style.css b/lab/static/css/style.css index f8eaa381..2b6d1c4c 100644 --- a/lab/static/css/style.css +++ b/lab/static/css/style.css @@ -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; } @@ -274,13 +299,4 @@ preview { height: 558px; margin-top: 20px; } - .phone-frame h2 { - display: none; - } - - @media screen and (max-width: 500px) { - #footer { - display: none; - } - } }