Reduce spacing in new screen modal
This commit is contained in:
parent
2ee3d60fe6
commit
9fc837b04a
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue