From 02953072f574205f93bf4a171b1d932d87d53760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Thu, 15 Feb 2024 11:46:40 +0100 Subject: [PATCH] Fix tab styles --- src/components/Layout/PageContent/article.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Layout/PageContent/article.css b/src/components/Layout/PageContent/article.css index 916bb8b17..dd34564a5 100644 --- a/src/components/Layout/PageContent/article.css +++ b/src/components/Layout/PageContent/article.css @@ -99,11 +99,11 @@ nav a { color: inherit; } -.article-content :is(ul, ol) > * + * { +.article-content :is(ul, ol) > * { margin-top: 0.75rem; } -.article-content nav :is(ul, ol) > * + * { +.article-content nav :is(ul, ol) > * { margin-top: inherit; } @@ -152,7 +152,7 @@ nav a { font-size: 20px; } -.article-content li:is(:last-child) { +.article-content li:not(#tabs-container li):is(:last-child) { padding-bottom: 1rem; }