aboutsummaryrefslogtreecommitdiff
path: root/src/web/component/timeline/index.css
blob: 8e61fcf89583f74d0aa6fe0a1cae4e6d7228ba4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#container {
	width: 100%;
	display: inline-grid;
	gap: 0px;
	transition: transform 0.1s ease;
}

.image {
	text-align: center;
	align-content: center;
	font-weight: bold;
	font-size: 0.5em;
	overflow: hidden;
}

#container.tiling .image {
	aspect-ratio: 1 / 1 !important;
}