Opps remove height, not width.
This commit is contained in:
@@ -113,7 +113,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.outer {
|
.outer {
|
||||||
height: 100vh;
|
width: 100vw;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user