diff --git a/client/src/pages/Homepage.css b/client/src/pages/Homepage.css index a661e94..414c1ca 100644 --- a/client/src/pages/Homepage.css +++ b/client/src/pages/Homepage.css @@ -3,9 +3,9 @@ .homeBody { background-image: url(../assets/background_img.jpeg); background-repeat: no-repeat; + height: 60rem; background-position: center top; - background-size: 85rem 55rem; - + background-size: 102rem 60rem; } .homepageContainer{ @@ -17,5 +17,5 @@ font-family: "Julius Sans One", sans-serif ; color: white !important; line-height: 55px !important; - font-size: 39px;; + font-size: 3px;; }