From aeccebf4badd6b5799bf5c6a8f1d40aae61c2792 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Tue, 13 Feb 2024 17:44:03 +0100 Subject: [PATCH] fix(ui): :wheelchair: add margin to cohabit info table --- components/CohabitInfoTable.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/CohabitInfoTable.css b/components/CohabitInfoTable.css index ce30065..c7e591c 100644 --- a/components/CohabitInfoTable.css +++ b/components/CohabitInfoTable.css @@ -3,6 +3,7 @@ gap: var(--_gap); grid-template-columns: 1fr 1fr; width: 100%; + margin-block: var(--_gap); & section { background-color: var(--_translucent);