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

@ -13,7 +13,7 @@
float: right; float: right;
border-radius: 2rem; border-radius: 2rem;
transform: rotate(3.7deg); transform: rotate(3.7deg);
box-shadow: 0 1rem 3rem 0 #0f111a; box-shadow: 0 1rem 5rem 0 #0f111ad4;
user-select: none; user-select: none;
} }
@media (max-width: 1919px) { @media (max-width: 1919px) {

View File

@ -18,7 +18,7 @@
user-select: none; user-select: none;
position: absolute; position: absolute;
display: flex; display: flex;
bottom: 3rem; bottom: 2rem;
gap: 1.5rem; gap: 1.5rem;
left: 0; left: 0;
} }

View File

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