mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
8 lines
135 B
SCSS
8 lines
135 B
SCSS
.wrap {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: center;
|
|
min-height: 400px;
|
|
padding: 20px;
|
|
margin: auto;
|
|
}
|