From fbf20b1fa2ab4d77177435b384d1fcd44f08cff5 Mon Sep 17 00:00:00 2001 From: vidhya Date: Mon, 29 Jun 2026 17:26:25 +0530 Subject: [PATCH] responsive-about page --- .../theme_aakriti_v2/views/website_v2_templates.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/addons/theme_aakriti_v2/views/website_v2_templates.xml b/addons/theme_aakriti_v2/views/website_v2_templates.xml index c7db77a..dac0003 100644 --- a/addons/theme_aakriti_v2/views/website_v2_templates.xml +++ b/addons/theme_aakriti_v2/views/website_v2_templates.xml @@ -1035,6 +1035,19 @@ el.textContent=new Date().getFullYear(); margin-left: auto; margin-right: auto; } + + /* Responsive spacing adjustments for mobile and tablet */ + @media (max-width: 991.98px) { + .v2-about-section, .v2-founder-section { + padding: 48px 20px !important; + } + .v2-cta-banner { + padding: 64px 20px !important; + } + .v2-story-grid, .v2-founder-grid { + gap: 32px; + } + }