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

test profile page

This commit is contained in:
Fedor Katurov 2019-12-03 17:18:40 +07:00
parent 718bb8c9c7
commit 1eb0fa7be6

View file

@ -1,4 +1,7 @@
.wrap { .wrap {
flex: 1; flex: 1;
background: $content_bg; background: $content_bg;
display: flex;
align-items: center;
justify-content: center;
} }