Reduce spacing in new screen modal
This commit is contained in:
parent
2ee3d60fe6
commit
9fc837b04a
|
@ -67,9 +67,9 @@
|
|||
box-sizing: border-box;
|
||||
padding: var(--spacing-m) var(--spacing-xl);
|
||||
flex-grow: 1;
|
||||
gap: var(--spacing-s);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.image {
|
||||
|
|
Loading…
Reference in New Issue