Opps remove height, not width.

This commit is contained in:
2020-01-24 09:43:18 +01:00
parent 71e9d0db37
commit e8ebe5d92d

View File

@@ -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;