Skip to content

Commit 64412df

Browse files
committed
Update WorkspacesList.module.css
1 parent 736aac4 commit 64412df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/ControlPlanes/List/WorkspacesList.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
}
44

55
.wrapper {
6-
margin-top: 1rem;
7-
margin-bottom: 1rem;
6+
margin-top: 0.375rem;
7+
margin-bottom: 0.375rem;
88
}
99

1010
.grid {
1111
display: grid;
1212
grid-template-columns: 1fr;
13-
gap: 2rem;
13+
gap: 1.5rem;
1414
@container (width > 768px) {
1515
grid-template-columns: 1fr 1fr;
1616
}

0 commit comments

Comments
 (0)