Reduce spacing in new screen modal

This commit is contained in:
Andrew Kingston 2024-08-23 15:11:25 +01:00
parent 2ee3d60fe6
commit 9fc837b04a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -67,9 +67,9 @@
box-sizing: border-box; box-sizing: border-box;
padding: var(--spacing-m) var(--spacing-xl); padding: var(--spacing-m) var(--spacing-xl);
flex-grow: 1; flex-grow: 1;
gap: var(--spacing-s);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center;
} }
.image { .image {