From: Dan Allen Date: Mon, 21 Dec 2020 00:46:09 +0000 (-0700) Subject: add .5px to max-width media queries to ensure a smooth transition X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5156894c5185fe24e26fd88adf1566fb6bf747e8;p=working%2Feg-antora.git add .5px to max-width media queries to ensure a smooth transition --- diff --git a/src/css/header.css b/src/css/header.css index 04b07f3..876784f 100644 --- a/src/css/header.css +++ b/src/css/header.css @@ -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; diff --git a/src/css/main.css b/src/css/main.css index 88dd4bd..40dd045 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -1,4 +1,4 @@ -@media screen and (max-width: 1023px) { +@media screen and (max-width: 1023.5px) { aside.toc.sidebar { display: none; }