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