Skip to content

Commit

Permalink
Fix overlapping "In this article" section (#3697)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-tengler authored May 17, 2021
1 parent 32a48c5 commit 0ccd318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/components/articles/article-sections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ const Title = styled.h6`
const TocItemContainer = styled.ul`
display: block;
margin: 0;
padding: 0 25px 10px;
padding: 0 25px 2px;
list-style-type: none;
@media only screen and (min-width: 1320px) {
padding: 0 20px 10px;
padding: 0 20px 2px;
}
`;

Expand Down

0 comments on commit 0ccd318

Please sign in to comment.