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

fixed layout issues

This commit is contained in:
muerwre 2019-08-01 03:57:48 +07:00
parent 72c096daca
commit 5c5beabba6
2 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,9 @@
.wrap {
height: calc(100vh - 20px);
align-items: stretch;
justify-content: center;
display: flex;
background: $editor_bg;
flex: 1;
}
.group {

View file

@ -1,10 +1,7 @@
.wrapper {
width: 100%;
// padding: $gap $gap $gap 74px;
padding: 0 $gap;
display: flex;
//align-items: flex-start;
//justify-content: center;
flex-direction: column;
box-sizing: border-box;
align-items: center;
@ -12,8 +9,11 @@
}
.content {
// flex: 0 1 $content_width;
flex: 1;
position: relative;
width: 100%;
max-width: $content_width;
display: flex;
padding-bottom: 10px;
flex-direction: column;
}