Skip to content

Commit

Permalink
paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
MOODDDII committed Nov 4, 2024
1 parent 43416be commit d9249b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/styles/components/news.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
@include page-grid;

gap: 30px;
margin-bottom: 30px;
margin-bottom: 120px;

@include on-tablet {
margin-bottom: 160px;
}

@include on-desktop {
margin-bottom: 200px;
Expand Down

0 comments on commit d9249b7

Please sign in to comment.