From 2449925e0df0ab9c884295e7b55b8828c39c4204 Mon Sep 17 00:00:00 2001 From: tdro Date: Sun, 17 Mar 2024 18:59:31 -0400 Subject: assets/css/default: Middle navigation height inherit Remove redundant CSS --- assets/css/default.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index c87faa2..74eb0fc 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -879,10 +879,6 @@ nav[data-type="pagination"] a svg { width: 1.25rem; } -micro-author micro-card a svg { - font-size: 85%; -} - micro-author a svg ~ span, micro-author a span ~ svg, nav[data-type="pagination"] a svg ~ span, @@ -1561,7 +1557,7 @@ column-base[position="middle"] > nav:first-child { top: 0; width: 100%; z-index: 100; - height: 4rem; + height: inherit; } column-base[position="middle"] > nav:first-child section h2, -- cgit v1.2.3