summaryrefslogtreecommitdiff
path: root/public/style.css
blob: ce4d76a6fc75ade1060afc6d1f877d920ebe1465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
body {
	background: black
}

.carousel-cell {
	height: 70vh;
	width: 80vw;

	margin: 10px;


}

.carousel-cell img {
	vertical-align: middle;
/*	border-radius: 10px; */
	height: 100%;
	max-width: 100%;
	object-fit: contain;
}