mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-11 05:36:17 +00:00
fix: Use full instead of arbitrary height
This commit is contained in:
@@ -157,8 +157,7 @@
|
|||||||
main {
|
main {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 5rem 0;
|
padding: 5rem 0;
|
||||||
// Instead of 100vh because of header.
|
height: max(100vh, 600px);
|
||||||
height: 93vh;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user