From 9aa7fb1e3d829651c8e74026a18cda27499b0994 Mon Sep 17 00:00:00 2001 From: Justin Mayfield Date: Mon, 16 Dec 2024 01:05:54 -0700 Subject: [PATCH] Event styling --- pages/scss/events.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/scss/events.scss b/pages/scss/events.scss index 5ec7b0c..8c9704b 100644 --- a/pages/scss/events.scss +++ b/pages/scss/events.scss @@ -530,11 +530,11 @@ table { // It should be carefully balanced with the size of other non max-width-hacked cols. &.name { max-width: 0; // hack to enable container % width - width: 40%; // must be coupled with max-width:0 + width: 30%; // must be coupled with max-width:0 } &.team { max-width: 0; // hack to enable container % width - width: 20%; // must be coupled with max-width:0 + width: 10%; // must be coupled with max-width:0 } // end hack