From f8af61b76bdc7fef407e0b1b74c0ce842136ec1a Mon Sep 17 00:00:00 2001 From: g <63980406+gugulet-hu@users.noreply.github.com> Date: Thu, 24 Sep 2020 12:32:58 +0200 Subject: [PATCH] Widget title adjust --- stylesheets/components/_widget.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stylesheets/components/_widget.less b/stylesheets/components/_widget.less index 5069a07..ee694fc 100644 --- a/stylesheets/components/_widget.less +++ b/stylesheets/components/_widget.less @@ -29,9 +29,10 @@ .widgetName { padding: 0 0 15px 0 !important; - font-weight: 400; - color: @theme-color-header-text; - text-align:center; + font-weight: 300; + color: @theme-color-header-text; + text-align: center; + text-transform: uppercase; } }