From 909fd7c484c0622a06de694bca22f8edfad0f967 Mon Sep 17 00:00:00 2001 From: cc-mehdi Date: Mon, 26 Feb 2024 17:31:44 +0330 Subject: [PATCH] PrimaryCDN : add feature responsive styles --- Modules/--PrimaryCDN--/HC-Styles.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Modules/--PrimaryCDN--/HC-Styles.css b/Modules/--PrimaryCDN--/HC-Styles.css index 058309b..6f32b60 100644 --- a/Modules/--PrimaryCDN--/HC-Styles.css +++ b/Modules/--PrimaryCDN--/HC-Styles.css @@ -157,6 +157,7 @@ border-radius: 15px; padding: 20px; } + /* End Feature */ /* Responsive Options */ @@ -227,7 +228,16 @@ .hc-outlineBtn-lg { height: 41px; } + /* END BUTTONS */ + + /* FEATURE */ + .hc-feature { + height: 100%; + } + + /* END FEATURE */ + } @media screen and (max-width: 768px) {