fix(ui): add margin to cohabit info table

This commit is contained in:
Julien Oculi 2024-02-13 17:44:03 +01:00
parent 4ba1939d53
commit aeccebf4ba

View file

@ -3,6 +3,7 @@
gap: var(--_gap);
grid-template-columns: 1fr 1fr;
width: 100%;
margin-block: var(--_gap);
& section {
background-color: var(--_translucent);