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 f0cd957c7a
commit ca7e6a6d2e

View file

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