Skip to content

Commit

Permalink
fix the padding on the new section (#4880)
Browse files Browse the repository at this point in the history
  • Loading branch information
olzhasmukayev authored Mar 26, 2024
1 parent 8288996 commit 88b2c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globalStyles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ h2.divider {
.newsContent {
height: 300px;
width: 300px;
padding: 10px;
padding: 10px 20px;
overflow-y: scroll;
overflow-x: hidden;
border: 1px solid $borderColor;
Expand Down

0 comments on commit 88b2c64

Please sign in to comment.