1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

fixed layout issues

This commit is contained in:
muerwre 2019-08-01 03:57:48 +07:00
parent 72c096daca
commit 5c5beabba6
2 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,9 @@
.wrap {
height: calc(100vh - 20px);
align-items: stretch;
justify-content: center;
display: flex;
background: $editor_bg;
flex: 1;
}
.group {