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; + } +}