From f7e19d597b8e5826594a5b50e9d608658e7f41d7 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Tue, 26 Jul 2022 16:42:32 +0100 Subject: [PATCH] . --- base.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/base.css b/base.css index b810273..8922e3f 100644 --- a/base.css +++ b/base.css @@ -78,6 +78,7 @@ main{ } .main-table{ display: table; + width: 100%; box-sizing: content-box; } .main-table > div{ @@ -98,6 +99,7 @@ main{ } .item-table{ display: table; + width: 100%; box-sizing: content-box; background-color: transparent; } @@ -118,7 +120,7 @@ main{ width: 100%; } .item-table-half{ - width: 100%; + width: 50%; } .item-table-240{ width: 240px;