Browse Source

hide post metadata on mobile

main
Nicolas Massé 5 years ago
parent
commit
ef990d86dc
  1. 9
      static/css/itix.css

9
static/css/itix.css

@ -779,6 +779,15 @@ mjx-container {
}
}
@media screen and (max-width: 512px) {
/*
* On mobile, hide some post metadata
*/
.post-metadata .opensource, .post-metadata .topic, .post-metadata .reading-time {
display: none;
}
}
/*
* Tweaks for printing
*/

Loading…
Cancel
Save