aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/anime.css
blob: 451b73af28b9a51d2f774817e81ae3371c5ed4b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.underDev {
	text-align: center;
	height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.maintainenceContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 80dvh;
}