layout tweak

This commit is contained in:
Matthias Kretschmann 2019-05-09 01:06:21 +02:00
parent 63f4e1c2e4
commit 96862db1c1
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,6 @@ button {
overflow-y: auto;
}
.app,
.app > div {
display: flex;
align-items: center;

View File

@ -1,5 +1,6 @@
.main {
width: 100%;
margin-top: 7vh;
padding: 5%;
background: #fff;
border-radius: 5px;

View File

@ -2,6 +2,7 @@
text-align: left;
width: 100%;
margin: 5%;
margin-top: calc(7vh + 5%);
position: relative;
}