From f7f92c1a07b08740020355ee7cd8dc92f53befd2 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 17 Sep 2012 16:54:28 +0200 Subject: [PATCH] Add mobile support. --- web/css/002-mobile.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 web/css/002-mobile.css diff --git a/web/css/002-mobile.css b/web/css/002-mobile.css new file mode 100644 index 0000000..a315d92 --- /dev/null +++ b/web/css/002-mobile.css @@ -0,0 +1,14 @@ +@media handheld, only screen and (max-height: 640px) { + #photo-view { + top: 0; + bottom: 0; + margin: 0; + } + .photo-view-container { + display: none; + } + #title { + font-size: 1em; + z-index: 1; + } +}