Skip to content

Commit

Permalink
Fix small screen padding (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulrhmnGhanem authored Jul 7, 2023
1 parent eafbea3 commit f456b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Page/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

@include breakpoint(small_width) {
.container {
padding: 0;
padding: 1.5rem;
}
}

0 comments on commit f456b4b

Please sign in to comment.