Align transfer vertically

stable
Xavier Julián 2016-04-21 13:42:28 +02:00
parent 167332f06a
commit b7be8091dc
1 changed files with 4 additions and 1 deletions

View File

@ -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 {