Skip to content

Commit

Permalink
fix: vertical spacing in medium size for partners
Browse files Browse the repository at this point in the history
  • Loading branch information
pataruco committed Dec 11, 2024
1 parent 39c5e65 commit d5dcf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/latest-news/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
padding: 0 var(--spacing-16) var(--spacing-24);

@include breakpoints.medium-screen {
padding: 0 var(--spacing-12);
padding: 0 var(--spacing-12) var(--spacing-12);
}

@include breakpoints.small-screen {
Expand Down

0 comments on commit d5dcf72

Please sign in to comment.