From a542e94d39d9e94f660ab5d2e2561e7e4b831cbf Mon Sep 17 00:00:00 2001 From: "ChangHyun, Choi" Date: Wed, 10 Jan 2024 23:54:42 +0900 Subject: [PATCH] Update stylesheet.css --- stylesheet.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/stylesheet.css b/stylesheet.css index 34b3752..680704c 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -129,3 +129,15 @@ name { span.highlight { background-color: #ffffd0; } + +.news-item { + display: flex !important; + justify-content: space-between !important; + align-items: center !important; + margin: 0 !important; + padding: 0 !important; +} + +.news-item strong { + margin-right: 10px !important; +}