From 410fe155072f0942276b1d1cc0e592962b5a7967 Mon Sep 17 00:00:00 2001 From: Hannes Heute Date: Sat, 1 Feb 2025 20:45:15 +0100 Subject: [PATCH] [frio] Small CSS fix for circle-update-wrapper shortmode headings --- view/theme/frio/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 9ae95c4765..85acd0a3bc 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2708,10 +2708,10 @@ ul li:hover .contact-wrapper .contact-action-link:hover { #circle-update-wrapper .shortmode .contact-entry-desc { font-size: 12px !important; } -#circle-update-wrapper .shortmode .contact-entry-desc h1.media-heading { +#circle-update-wrapper .shortmode .contact-entry-desc h4.media-heading { margin: 0; } -#circle-update-wrapper .shortmode .contact-entry-desc h1.media-heading a { +#circle-update-wrapper .shortmode .contact-entry-desc h4.media-heading a { font-size: 13px !important; white-space: nowrap; }