mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-23 02:51:03 +00:00
fix: home screen properly centers
This commit is contained in:
@@ -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