From 72126ab5d536c31ef1de947f42ce0914b7d285bd Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Tue, 20 Sep 2022 20:55:17 +0800 Subject: [PATCH] Adjust the width of each column to give more space to the right-most column --- packages/web/styles/articleInnerStyling.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/web/styles/articleInnerStyling.css b/packages/web/styles/articleInnerStyling.css index b5fffdd50..43cdbc11c 100644 --- a/packages/web/styles/articleInnerStyling.css +++ b/packages/web/styles/articleInnerStyling.css @@ -351,13 +351,13 @@ on smaller screens we display the note icon } .article-inner-css .morning-brew-markets td:nth-child(2) { - width: 34%; + width: 30%; } .article-inner-css .morning-brew-markets td:nth-child(3) { - width: 34%; + width: 30%; } .article-inner-css .morning-brew-markets td:nth-child(4) { - width: 12%; + width: 20%; }