add .5px to max-width media queries to ensure a smooth transition
authorDan Allen <dan@opendevise.com>
Mon, 21 Dec 2020 00:46:09 +0000 (17:46 -0700)
committerDan Allen <dan@opendevise.com>
Mon, 21 Dec 2020 00:46:09 +0000 (17:46 -0700)
src/css/header.css
src/css/main.css

index 04b07f3..876784f 100644 (file)
@@ -156,7 +156,7 @@ body {
   margin: 0.25rem 0;
 }
 
-@media screen and (max-width: 1023px) {
+@media screen and (max-width: 1023.5px) {
   .navbar-brand .navbar-item {
     align-items: center;
     display: flex;
index 88dd4bd..40dd045 100644 (file)
@@ -1,4 +1,4 @@
-@media screen and (max-width: 1023px) {
+@media screen and (max-width: 1023.5px) {
   aside.toc.sidebar {
     display: none;
   }