Skip to content

Commit

Permalink
Deploy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
VenEleni committed Aug 26, 2024
1 parent 0fa26fc commit 6ebb2c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/pages/Homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand All @@ -17,5 +17,5 @@
font-family: "Julius Sans One", sans-serif ;
color: white !important;
line-height: 55px !important;
font-size: 39px;;
font-size: 3px;;
}

0 comments on commit 6ebb2c2

Please sign in to comment.