Skip to content

Commit

Permalink
Added padding to the video image
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalgaud12 committed Dec 21, 2024
1 parent 36070ed commit 95e4569
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/src/App.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,10 @@ export const Main = styled.main`
section.video {
margin: 4rem auto;
display: flex;
-webkit-box-pack: center;
justify-content: center;
padding: 50px;
}
.embedVideo {
height: 44vw !important;
Expand Down

0 comments on commit 95e4569

Please sign in to comment.