fix(LOY-243): adjust font-sizes in text and gap on container
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
background-color: var(--Main-Grey-White);
|
||||
border-radius: var(--Corner-radius-lg);
|
||||
display: grid;
|
||||
gap: var(--Space-x3);
|
||||
gap: var(--Space-x4);
|
||||
padding: var(--Space-x2) var(--Space-x2) var(--Space-x4);
|
||||
}
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
|
||||
.container {
|
||||
padding: var(--Space-x3) var(--Space-x3) var(--Space-x4);
|
||||
gap: var(--Space-x3);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user