Skip to content

Commit

Permalink
Remove unnecessary -webkit-box-pack from section.video
Browse files Browse the repository at this point in the history
Signed-off-by: sonalgaud12 <[email protected]>
  • Loading branch information
sonalgaud12 committed Dec 21, 2024
1 parent 161ac5a commit c098a75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion site/src/App.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ export const Main = styled.main`
section.video {
margin: 4rem auto;
display: flex;
-webkit-box-pack: center;
justify-content: center;
padding: 50px;
Expand Down

0 comments on commit c098a75

Please sign in to comment.