From fa5370c3e238a730e39c5cb24c663cd5256ca2e6 Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Thu, 15 Sep 2022 16:21:38 +0800 Subject: [PATCH] Add custom style for morning-brew newsletter market info table --- packages/web/styles/articleInnerStyling.css | 23 +++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/packages/web/styles/articleInnerStyling.css b/packages/web/styles/articleInnerStyling.css index d5c52f345..b5fffdd50 100644 --- a/packages/web/styles/articleInnerStyling.css +++ b/packages/web/styles/articleInnerStyling.css @@ -337,4 +337,27 @@ on smaller screens we display the note icon } } +.article-inner-css .morning-brew-markets { + max-width: 100% !important; +} +.article-inner-css .morning-brew-markets tbody{ + width: 100%; + display: table; +} + +.article-inner-css .morning-brew-markets td:nth-child(1) { + width: 20%; +} + +.article-inner-css .morning-brew-markets td:nth-child(2) { + width: 34%; +} + +.article-inner-css .morning-brew-markets td:nth-child(3) { + width: 34%; +} + +.article-inner-css .morning-brew-markets td:nth-child(4) { + width: 12%; +}