Skip to content

Commit

Permalink
Increase width percentage.
Browse files Browse the repository at this point in the history
  • Loading branch information
SSteve committed Feb 14, 2024
1 parent 72b0d58 commit bf85afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
display: flex;
align-items: center;
flex-direction: column;
width: min(70vh, 80%);
width: min(70vh, 96%);
max-width: 800px;
height: 100%;
}

0 comments on commit bf85afb

Please sign in to comment.