mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-12-30 16:47:52 +01:00
layout tweak
This commit is contained in:
parent
63f4e1c2e4
commit
96862db1c1
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user