Refine Unit table display

This commit is contained in:
2024-03-23 15:45:39 +01:00
parent f2088ea39f
commit 7387e7b1c1
3 changed files with 2 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ body {
"header header header"
"nav nav nav"
"leftside main rightside";
grid-template-columns: 1fr 0fr 1fr;
grid-template-columns: 1fr auto 1fr;
grid-template-rows: repeat(3, auto);
font-family: system-ui;
margin: 0.4em;