diff --git a/www/css/core.css b/www/css/core.css index 585d3fe4..b9155578 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -2243,6 +2243,11 @@ label.checkbox input{ grid-column: 4; margin-top: 1.4rem; } + + article nav ol li:not(.highlighted), + main.ebooks nav ol li:not(.highlighted){ + display: none; + } } @media(max-width: 700px){ @@ -2398,11 +2403,6 @@ label.checkbox input{ padding: 0; } - article nav ol li:not(.highlighted), - main.ebooks nav ol li:not(.highlighted){ - display: none; - } - main.front-page > section > section figure.stacked img.bottom, main.front-page > section > section figure.stacked img.top{ width: 75%; @@ -2554,6 +2554,11 @@ label.checkbox input{ text-align: center; display: block; } + + article nav a[rel], + main.ebooks nav > a{ + padding: 1rem; + } } @supports not(hyphens: auto){