Skip to content

Commit

Permalink
reduce gap in smaller screens
Browse files Browse the repository at this point in the history
Signed-off-by: CalebZoe <[email protected]>
  • Loading branch information
CalebZoe committed Oct 24, 2024
1 parent 989905a commit f8ac73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/App.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ section.playground-btn {
font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
gap: 2rem;
gap: .2rem;
flex-wrap: wrap;
}
}
Expand Down

0 comments on commit f8ac73d

Please sign in to comment.