Skip to content

Commit

Permalink
Reduced padding on jumbotrons
Browse files Browse the repository at this point in the history
  • Loading branch information
chrsrns committed Jul 28, 2024
1 parent 6d0013a commit 4c01739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-frontend-react/src/components/Jumbotron/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.jumbotron {
padding: 4rem 2rem;
padding: 2rem 2rem;
margin-bottom: 1rem;
border-radius: 0.3rem;
}
Expand Down

0 comments on commit 4c01739

Please sign in to comment.