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:
parent
72c096daca
commit
5c5beabba6
2 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
.wrap {
|
.wrap {
|
||||||
height: calc(100vh - 20px);
|
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
background: $editor_bg;
|
background: $editor_bg;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group {
|
.group {
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
.wrapper {
|
.wrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
// padding: $gap $gap $gap 74px;
|
|
||||||
padding: 0 $gap;
|
padding: 0 $gap;
|
||||||
display: flex;
|
display: flex;
|
||||||
//align-items: flex-start;
|
|
||||||
//justify-content: center;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -12,8 +9,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
// flex: 0 1 $content_width;
|
flex: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: $content_width;
|
max-width: $content_width;
|
||||||
|
display: flex;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue