main height -> min-height
This commit is contained in:
+1
-1
@@ -634,8 +634,8 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100vh;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
min-height: 100vh;
|
||||||
padding: var(--space-2) var(--space-1);
|
padding: var(--space-2) var(--space-1);
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user