fix: home screen properly centers

This commit is contained in:
afnzmn
2022-08-16 15:59:47 -04:00
parent 30ec34e9a9
commit 2df5be3fb4
3 changed files with 4 additions and 3 deletions

View File

@@ -17,7 +17,8 @@
height: calc(100vh - 90px);
display: flex;
flex-direction: row;
justify-content: space-around;
justify-content: center;
gap: 22rem;
align-items: center;
}
@media (max-width: 1919px) {