Merge pull request #286 from taigaio/bug/2018/invitation-landing

Fix invitation flexbox layout
stable
Alejandro 2015-01-28 14:18:51 +01:00
commit 21b9369007
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 {