Add mobile support.

master
Jason A. Donenfeld 2012-09-17 16:54:28 +02:00
parent 0cf87e26de
commit f7f92c1a07
1 changed files with 14 additions and 0 deletions

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