mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-30 22:54:31 +02:00
fix: home screen properly centers
This commit is contained in:
parent
30ec34e9a9
commit
2df5be3fb4
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user