Merge pull request #286 from taigaio/bug/2018/invitation-landing
Fix invitation flexbox layoutstable
commit
21b9369007
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue