mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-12-28 07:37:51 +01:00
layout tweak
This commit is contained in:
parent
63f4e1c2e4
commit
96862db1c1
@ -76,7 +76,6 @@ button {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.app,
|
||||
.app > div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -1,5 +1,6 @@
|
||||
.main {
|
||||
width: 100%;
|
||||
margin-top: 7vh;
|
||||
padding: 5%;
|
||||
background: #fff;
|
||||
border-radius: 5px;
|
||||
|
@ -2,6 +2,7 @@
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
margin: 5%;
|
||||
margin-top: calc(7vh + 5%);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user