Properly center .nothing-here (#6787) (#6788)

Apply "margin: 0 auto;" at line 443 to fix issue #6787
This commit is contained in:
trwnh 2018-03-17 06:35:35 -05:00 committed by Eugen Rochko
parent 8b645b5bca
commit e3984f76a4

View file

@ -440,6 +440,7 @@
text-align: center;
padding: 60px 0;
padding-top: 55px;
margin: 0 auto;
cursor: default;
}