From 74ab657d6c733374a0ccb3b850e1074d294b4645 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Mon, 9 Mar 2020 16:42:45 +0000 Subject: [PATCH] Fix CSS --- common/common.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/common.scss b/common/common.scss index 2719dc2..38ff6fb 100644 --- a/common/common.scss +++ b/common/common.scss @@ -41,10 +41,8 @@ } .user-card-container { - // width: calc(50% - 40px); flex-grow: 1; - // flex-basis: min-content; - // width: 500px; + width: 500px; margin: 50px 5px 10px 5px; background-color: $secondary; box-shadow: shadow("card");