Skip to content
Snippets Groups Projects
Verified Commit cfe4fa78 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Fix hidden cover

Before this change the cover image as hidden everywhere. This shouldn't 
be the case. We want to show it on desktop of course.
parent af329444
No related branches found
No related tags found
No related merge requests found
......@@ -818,10 +818,10 @@ input[type="tel"] {
.navigation__item {
width: 100%;
margin: 0 0 .4em 0; } }
margin: 0 0 .4em 0; }
.post-cover {
display: none; }
display: none; } }
@media all and (max-width: 340px) {
.panel-main__inner {
......
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