[TASK] add margin list element
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 6s
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 6s
This commit is contained in:
parent
a59d9f7aec
commit
be86a73ca4
@ -94,6 +94,10 @@ ul {
|
||||
margin: var(--pico-spacing) 0;
|
||||
}
|
||||
|
||||
li {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
button {
|
||||
--pico-form-element-spacing-vertical: 0.25rem;
|
||||
}
|
||||
|
@ -94,6 +94,10 @@ ul {
|
||||
margin: var(--pico-spacing) 0;
|
||||
}
|
||||
|
||||
li {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
button {
|
||||
--pico-form-element-spacing-vertical: 0.25rem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user