Skip to content

Commit

Permalink
more styling adjustments for topic list
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaoust committed Mar 26, 2024
1 parent 6a3c036 commit 6ba6ce1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/scss/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,12 @@ a.link-tile {
padding: 1em;
background-color: #f7f7f7;

ul {
margin: 0;
> :first-child {
margin-top: 0;
}

> :last-child {
margin-bottom: 0;
}

/* Unless otherwise specified with `class="not-topic-page"`, links in a topic
Expand Down

0 comments on commit 6ba6ce1

Please sign in to comment.