Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristina de Martínez <christina.martinez@faithlife.com>2021-10-07 12:33:20 +0300
committerChristina de Martínez <christina.martinez@faithlife.com>2021-10-07 12:33:20 +0300
commit2c91d7a77a1b05a626950c1130eba91209a369d0 (patch)
treecaf7c4342d8bb1fa8fa692196f9cad47307cd59c
parentc23142688e675400903ff57541abcb491a66ba1f (diff)
Fixed some media queries to address issue #238, where the styling broke at exactly 960px.
-rw-r--r--assets/css/style.css2
-rw-r--r--assets/css/style.rtl.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 2fe33ea..76d0d57 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -937,7 +937,7 @@ a.btn {
display: inherit;
}
-@media screen and (min-width: 960px), print {
+@media screen and (min-width: 961px), print {
header {
border-bottom: 1px solid var(--border-color);
}
diff --git a/assets/css/style.rtl.css b/assets/css/style.rtl.css
index dc1bc3e..50fbe3f 100644
--- a/assets/css/style.rtl.css
+++ b/assets/css/style.rtl.css
@@ -91,7 +91,7 @@ blockquote {
text-align: left;
}
-@media screen and (min-width: 960px), print {
+@media screen and (min-width: 961px), print {
header {
position: fixed;
left: 0;