Skip to content

Commit

Permalink
Fix tab styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Feb 15, 2024
1 parent 7dd8bf4 commit 0295307
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Layout/PageContent/article.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -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;
}

Expand Down

0 comments on commit 0295307

Please sign in to comment.