From 38f5e28e33bcda8a99a6f1b9270df0d51e005b4f Mon Sep 17 00:00:00 2001
From: Hypolite Petovan <hypolite@mrpetovan.com>
Date: Wed, 14 Dec 2022 22:11:19 -0500
Subject: [PATCH] Make contact block list style more specific

- The wide selector had side effects across the site
---
 view/global.css | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/view/global.css b/view/global.css
index d327da0c2c..78e187c8b7 100644
--- a/view/global.css
+++ b/view/global.css
@@ -35,11 +35,6 @@ a.btn, a.btn:hover {
   text-decoration: overline;
 }
 
-.icon {
-	width: 48px;
-	height: 48px;
-}
-
 .template-icon {
 	width: 24px;
 	height: 24px;
@@ -706,4 +701,9 @@ audio {
 }
 /**
  * Image grid settings END
- **/
\ No newline at end of file
+ **/
+
+#contactblock .icon {
+	width: 48px;
+	height: 48px;
+}
-- 
2.39.5