From 864adfee4a0d4e45d206b76ed43fcda5b129e6d8 Mon Sep 17 00:00:00 2001 From: Nidhi Dhandhukiya Date: Fri, 5 Apr 2024 15:13:06 +0530 Subject: [PATCH] resolve Icon issue in responsive --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 5af89e3..9423795 100644 --- a/css/style.css +++ b/css/style.css @@ -920,9 +920,9 @@ article.sticky .o2-sticky-link:after { } #o2-expand-editor span { font-size: 32px; - width: 44px; + width: 35px; text-align: center; - line-height: 44px; + line-height: 33px; margin: -1px 0 0 -1px; } }