Skip to content

Commit f8ac73d

Browse files
committed
reduce gap in smaller screens
Signed-off-by: CalebZoe <179137388+CalebZoe@users.noreply.github.com>
1 parent 989905a commit f8ac73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/App.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ section.playground-btn {
302302
font-size: 2.5rem;
303303
}
304304
@media screen and (max-width: 768px) {
305-
gap: 2rem;
305+
gap: .2rem;
306306
flex-wrap: wrap;
307307
}
308308
}

0 commit comments

Comments
 (0)