Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
BludIsAnLemon authored Oct 9, 2024
1 parent 007d6e9 commit 34ba595
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ body {
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;

width: 1280px;
height: 1920px;
min-width: 1280px;
min-height: 1920px;
max-width: 1280px;
max-height: 10000px;
}

#extension {
Expand Down

0 comments on commit 34ba595

Please sign in to comment.