Skip to content

Commit 03085a1

Browse files
committed
fix: fixed margins for smaller screens
1 parent 0e28304 commit 03085a1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/App.svelte

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,13 +336,15 @@
336336
}
337337
338338
#add-input,
339-
#date-picker,
340-
#add-btn {
341-
margin-inline-end: 0;
339+
#date-picker {
342340
margin-bottom: 1rem;
343341
transition: ease-in-out 0.6s;
344342
}
345343
344+
#add-btn {
345+
margin-bottom: 0;
346+
}
347+
346348
#add-input,
347349
#date-picker,
348350
#add-btn {

0 commit comments

Comments
 (0)