]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/baggy/css/media_queries.scss
baggy: remove logo from printed pages
[github/wallabag/wallabag.git] / app / Resources / static / themes / baggy / css / media_queries.scss
index c33db0b36a9bdcc152c921e16255073f4c0a19af..a08f369f4c532a18fac9c763f7011f9e29958c4d 100755 (executable)
     width: 100%;
   }
 }
+
+@media only print {
+  header h1.logo {
+    display: none;
+  }
+}