aboutsummaryrefslogtreecommitdiff
path: root/static/pages/image-viewer/index.css
blob: 4567050096dff6802ea806d20feb4e6b075200c3 (plain)
1
2
3
4
5
6
7
8
9
#container {
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	display: grid;
	gap: 10px;
	padding: 10px;
}