diff --git a/src-frontend-react/src/components/Jumbotron/index.css b/src-frontend-react/src/components/Jumbotron/index.css index 8c91c89..a22dc2d 100644 --- a/src-frontend-react/src/components/Jumbotron/index.css +++ b/src-frontend-react/src/components/Jumbotron/index.css @@ -1,5 +1,5 @@ .jumbotron { - padding: 4rem 2rem; + padding: 2rem 2rem; margin-bottom: 1rem; border-radius: 0.3rem; }