photofloat/web/css/002-mobile.css

15 lines
201 B
CSS
Raw Normal View History

2012-09-17 16:54:28 +02:00
@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;
}
}