mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-11 21:56:16 +00:00
fix: home screen properly centers
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
float: right;
|
||||
border-radius: 2rem;
|
||||
transform: rotate(3.7deg);
|
||||
box-shadow: 0 1rem 3rem 0 #0f111a;
|
||||
box-shadow: 0 1rem 5rem 0 #0f111ad4;
|
||||
user-select: none;
|
||||
}
|
||||
@media (max-width: 1919px) {
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
user-select: none;
|
||||
position: absolute;
|
||||
display: flex;
|
||||
bottom: 3rem;
|
||||
bottom: 2rem;
|
||||
gap: 1.5rem;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user