fix(ui): ♿ add margin to cohabit info table
This commit is contained in:
parent
4ba1939d53
commit
aeccebf4ba
|
@ -3,6 +3,7 @@
|
||||||
gap: var(--_gap);
|
gap: var(--_gap);
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-block: var(--_gap);
|
||||||
|
|
||||||
& section {
|
& section {
|
||||||
background-color: var(--_translucent);
|
background-color: var(--_translucent);
|
||||||
|
|
Loading…
Reference in a new issue