changed nav-offset variable to match height of the nav

nav-offset variable was 60px which made content more lower than needed to
This commit is contained in:
Christopher 2025-05-04 20:50:53 -06:00
parent 39541a9b06
commit d9f1ab0d1a

View file

@ -88,7 +88,7 @@
--theme-color: #000000;
--color-scheme: dark;
--tile-color: var(--primary-color);
--nav-offset: 60px;
--nav-offset: 48px;
--nav-mobile-offset: 55px;
/* Should we render the series cover as background on mobile */