Skip to content

Commit

Permalink
Add padding to last child
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Feb 14, 2024
1 parent 8107172 commit 592cbed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Layout/PageContent/article.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ nav a {
font-size: 20px;
}

.article-content li:is(:last-child) {
padding-bottom: 1rem;
}

.article-content nav {
margin-top: 1rem;
margin-bottom: 2rem;
Expand Down

0 comments on commit 592cbed

Please sign in to comment.