Skip to content

Commit b92bc00

Browse files
committed
Adjust welcome modal examples section padding
1 parent a7efcaa commit b92bc00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/components/WelcomeModal.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
flex-direction: column;
232232
min-height: 0;
233233
flex: 1;
234-
margin: 0 -24px -24px -24px;
234+
margin: -16px -24px -24px -24px;
235235
}
236236
237237
.loading-text {
@@ -249,7 +249,7 @@
249249
gap: 10px;
250250
overflow-y: auto;
251251
max-height: 320px;
252-
padding: 0 24px 24px 24px;
252+
padding: 16px;
253253
}
254254
255255
.example-card {

0 commit comments

Comments
 (0)