Skip to content

Commit e09e94d

Browse files
committed
style: adjust grid gaps in controls for new sort option
- Reduce row gap to match padding - Reduce column gap to match plugin grid gap
1 parent 54374b0 commit e09e94d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/plugins/index.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ const hasFeaturedPlugins = featured.length > 0;
7979
.controls {
8080
display: grid;
8181
grid-template-columns: repeat(3, 1fr);
82-
gap: 24px;
82+
column-gap: 20px;
83+
row-gap: 12px;
8384
margin-top: 24px;
8485
position: sticky;
8586
top: 68px;

0 commit comments

Comments
 (0)