aboutsummaryrefslogtreecommitdiff
path: root/static/pages/image-viewer/index.css
blob: ec98173216f342d0ea167509b6181ae3e5de61d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#container {
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	display: grid;
	gap: 10px;
	padding: 10px;
	padding-bottom: 50%;
}

#container sfw-image {
	margin: auto;
}

#subtitle {
	text-align: center;
	color: #7e8fa8;
	font-size: 0.8em;
	font-weight: lighter;
	padding-top: 10px;
}

#subtitle i {
	font-family: 'Pacifico';
	font-style: normal;
	color: var(--fg-disabled);
}