Skip to content

Commit

Permalink
Fix Items Centering Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kaamil-ahamadh committed Mar 1, 2023
1 parent 22fe47c commit 963df94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ input {

.video-container {
display: flex;
justify-items: center;
align-items: center;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 1.5rem;
}

Expand Down

0 comments on commit 963df94

Please sign in to comment.