Skip to content

Commit

Permalink
fix demo video black bg on large screens (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanshiva authored Nov 5, 2023
1 parent dec172d commit 4b1ecf5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/src/components/home/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ input[type="submit"]:hover {
}

.home-right {
background-color: var(--primary);
border-radius: 1rem;
width: 100%;
height: 512px;
width: 100%;
z-index: -1;
display: flex;
justify-content: flex-end;
}

0 comments on commit 4b1ecf5

Please sign in to comment.