Skip to content

Commit

Permalink
Fixed popup
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Dec 30, 2023
1 parent ca4f5b2 commit df96d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ embed {
outline: 1px solid rgb(73, 73, 73);
border-radius: 10px;
width: 230px;
height: 567px;
height: 660px;
border: none;
transform: scale(1.1);
transform-origin: 0 0;
Expand Down Expand Up @@ -130,7 +130,7 @@ embed {

#description #popup {
width: 250px;
height: 620px;
height: 726px;
}

p,
Expand Down

0 comments on commit df96d46

Please sign in to comment.