centering fix

This commit is contained in:
Sacha Greif 2015-10-28 09:32:18 +09:00
parent 7be1df6cf8
commit 0f42f51c43

View file

@ -114,6 +114,9 @@
color:white;
order: 2;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
.tagline{
display: none;
}