spacing btn--group
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
This commit is contained in:
parent
9616e62906
commit
d28c90aefe
3 changed files with 3 additions and 3 deletions
|
|
@ -1966,7 +1966,7 @@ body main {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
gap: calc(var(--spacing) * 0.5);
|
gap: calc(var(--spacing) * 0.25);
|
||||||
position: relative;
|
position: relative;
|
||||||
grid-row: 3;
|
grid-row: 3;
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -95,7 +95,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
gap: calc(var(--spacing)*0.5);
|
gap: calc(var(--spacing)*0.25);
|
||||||
position: relative;
|
position: relative;
|
||||||
grid-row: 3;
|
grid-row: 3;
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue