From 72a7b2539a144cdfe19eab481f3a975341b18951 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Fri, 8 Oct 2021 03:33:17 +0000 Subject: [PATCH] fix event news --- assets/stylesheets/template/layout/content.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index ed0b093..37794b3 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -348,6 +348,10 @@ } .w-event_news__meta{ top: -25px!important; + display: inline-block; + } + .w-event_news__category-wrap{ + display: block; } } }