Skip to content
Snippets Groups Projects
Commit ca7e6a6d authored by trwnh's avatar trwnh Committed by Eugen Rochko
Browse files

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

Apply "margin: 0 auto;" at line 443 to fix issue #6787
parent f0cd957c
No related branches found
No related tags found
No related merge requests found
......@@ -440,6 +440,7 @@
text-align: center;
padding: 60px 0;
padding-top: 55px;
margin: 0 auto;
cursor: default;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment