Skip to content

Commit

Permalink
fix: latest updates version spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-joe committed Feb 13, 2025
1 parent 0035f11 commit 8787dda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/pages/AppView/LatestUpdates.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
font-size: 0.875rem;
}

.versionList > li:not(:last-of-type) {
margin-block-end: var(--spacers-dp24);
}

.latestUpdatesVersionHeading {
font-size: 1rem;
font-weight: 700;
Expand Down

0 comments on commit 8787dda

Please sign in to comment.