diff --git a/addons/theme_aakriti_v2/static/src/css/theme_v2.css b/addons/theme_aakriti_v2/static/src/css/theme_v2.css index 88794a9..3d910ae 100644 --- a/addons/theme_aakriti_v2/static/src/css/theme_v2.css +++ b/addons/theme_aakriti_v2/static/src/css/theme_v2.css @@ -448,9 +448,9 @@ a:hover { background-position: right center; } -.hero-title{ +/* .hero-title{ color: #fff !important; -} +} */ } /* ── FEATURES BAR ──────────────────────────────────────────── */ diff --git a/addons/theme_aakriti_v2/views/website_v2_templates.xml b/addons/theme_aakriti_v2/views/website_v2_templates.xml index 6ac89d9..1133e7b 100644 --- a/addons/theme_aakriti_v2/views/website_v2_templates.xml +++ b/addons/theme_aakriti_v2/views/website_v2_templates.xml @@ -356,11 +356,11 @@ el.textContent=new Date().getFullYear(); .v2-about-wrapper { max-width: 1600px; margin: 0 auto; - padding: 0 32px; + display: flex; align-items: center; justify-content: space-between; - gap: 64px; + gap: 20px; flex-wrap: wrap; } .v2-about-text { @@ -395,7 +395,7 @@ el.textContent=new Date().getFullYear(); max-width: 90%; } .v2-about-images { - flex: 0 0 790px; + max-width: 100%; display: flex; justify-content: flex-end; @@ -1858,7 +1858,7 @@ el.textContent=new Date().getFullYear();
Event Theme