mirror of https://github.com/lxndrblz/anatole.git

Christina de Martínez
07.33.2021 2c91d7a77a1b05a626950c1130eba91209a369d0
Fixed some media queries to address issue #238, where the styling broke at exactly 960px.
2 files modified
4 ■■■■ changed files
assets/css/style.css 2 ●●● patch | view | raw | blame | history
assets/css/style.rtl.css 2 ●●● patch | view | raw | blame | history
assets/css/style.css
@@ -937,7 +937,7 @@
  display: inherit;
}
@media screen and (min-width: 960px), print {
@media screen and (min-width: 961px), print {
  header {
    border-bottom: 1px solid var(--border-color);
  }
assets/css/style.rtl.css
@@ -91,7 +91,7 @@
  text-align: left;
}
@media screen and (min-width: 960px), print {
@media screen and (min-width: 961px), print {
  header {
    position: fixed;
    left: 0;