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

Merge branch 'master' into task/#58

This commit is contained in:
Fedor Katurov 2021-03-29 18:01:34 +07:00
commit 158de7b24c

View file

@ -3,8 +3,9 @@
.wrap { .wrap {
width: 100%; width: 100%;
display: flex; display: flex;
align-items: flex-start; justify-content: flex-start;
justify-content: center; align-items: center;
flex-direction: column;
} }
.content { .content {