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

Alexander Bilz
07.31.2021 742127c0e897d5dc737de6793736bf4acf5dd8ee
Fix: Resolve issue where the styling broke at exactly 960px.

Co-authored-by: Christina de Martínez <christina.martinez@faithlife.com>

Closes #238
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;