1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-12-30 16:47:52 +01:00

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; overflow-y: auto;
} }
.app,
.app > div { .app > div {
display: flex; display: flex;
align-items: center; align-items: center;

View File

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

View File

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