Fix invitation flexbox layout

stable
Xavier Julián 2015-01-27 14:29:07 +01:00
parent 9aed515b47
commit 0506b3608d
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
align-content: center;
align-items: center;
bottom: 0;
display: flex;
justify-content: center;
left: 0;
position: fixed;
@ -11,7 +12,6 @@
z-index: 999;
.invitation-container {
flex-basis: 650px;
flex-grow: 1;
width: 650px;
}
.logo {