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:
-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;