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; }