Add mobile support.

This commit is contained in:
Jason A. Donenfeld 2012-09-17 16:54:28 +02:00
parent 0cf87e26de
commit f7f92c1a07

14
web/css/002-mobile.css Normal file
View File

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