Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
versesrev authored Nov 23, 2024
1 parent 7b0df25 commit b7aac01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,10 @@
justify-content: center;
gap: 5px;
margin-top: 10px;

max-width: 90vw;
}

.square {
width: clamp(60px, 20vw, 100px); /* Scale between 60px and 100px based on viewport */
max-width: 100px;
aspect-ratio: 1; /* Keep squares as perfect squares */
background-color: #00aaff;
display: flex;
Expand Down

0 comments on commit b7aac01

Please sign in to comment.