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

fixed node layout centering

This commit is contained in:
Fedor Katurov 2021-03-29 17:48:56 +07:00
parent ac8931983a
commit f4d11da244

View file

@ -1,5 +1,12 @@
@import "src/styles/variables";
.wrap {
width: 100%;
display: flex;
align-items: flex-start;
justify-content: center;
}
.content {
align-items: stretch !important;