Align transfer vertically
parent
167332f06a
commit
b7be8091dc
|
@ -1,12 +1,15 @@
|
||||||
.transfer-project-wrapper {
|
.transfer-project-wrapper {
|
||||||
max-width: 500px;
|
flex-basis: 500px;
|
||||||
|
flex-grow: 0;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.transfer-project {
|
.transfer-project {
|
||||||
|
align-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: url('../images/discover.png') bottom center repeat-x;
|
background: url('../images/discover.png') bottom center repeat-x;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
height: calc(100vh - 40px);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
min-height: calc(100vh - 40px);
|
min-height: calc(100vh - 40px);
|
||||||
.transfer-title {
|
.transfer-title {
|
||||||
|
|
Loading…
Reference in New Issue