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

fixed node layout

This commit is contained in:
Fedor Katurov 2021-03-29 18:00:54 +07:00
parent f4d11da244
commit f3ef48a3d9

View file

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