aboutsummaryrefslogtreecommitdiffstats
path: root/web/css/002-mobile.css
blob: a315d924d5269bfb091872936d6b3f8660f460e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
	}
}