Skip to content

Commit

Permalink
fix popup size
Browse files Browse the repository at this point in the history
  • Loading branch information
dergachevm committed Oct 4, 2024
1 parent 13bec58 commit 5c54c96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/styles/blocks/popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@

&__box {
position: relative;
width: 100%;
max-width: 1470rem;
margin: auto;
height: 100%;
aspect-ratio: 16 / 9;
display: flex;
justify-content: center;
}

&__close {
Expand All @@ -48,7 +50,7 @@
height: 100%;

.video {
border: 1px solid red;

}
}
}
Expand Down

0 comments on commit 5c54c96

Please sign in to comment.