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

Apply "margin: 0 auto;" at line 443 to fix issue #6787
th-downstream
trwnh 7 years ago committed by Eugen Rochko
parent 8b645b5bca
commit e3984f76a4

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

Loading…
Cancel
Save