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; }