]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/media_queries.scss
material: fix left padding on non-entry pages introduced by #3893
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / media_queries.scss
index 32d8c4844e579ba4ca4eba5fe84774b903b20582..491eedce37d45a963fb08fdbefa028f044eb98f7 100644 (file)
@@ -19,7 +19,7 @@
 }
 
 @media screen and (min-width: 993px) {
-  main #content {
+  body.entry main #content {
     padding-left: 70px;
   }
 }