From fb43a7ee9799d968cc6977065411317fd3da7ab9 Mon Sep 17 00:00:00 2001 From: lakshmithi Date: Fri, 20 Dec 2024 12:21:00 +0530 Subject: [PATCH] fix for column image resize only in wsaw page --- styles/styles.css | 4 ++++ styles/tailwind.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/styles/styles.css b/styles/styles.css index f5a9cb2d..0d3c9af3 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -2061,6 +2061,10 @@ main .section .talk-to-an-expert-form-wrapper .talk-to-an-expert-form > div ul { overflow-y: scroll; } +.seventythirty .columns-2-cols .container .columns-img-col picture img { + width: 50% !important; +} + .pointer-events-none { pointer-events: none; } diff --git a/styles/tailwind.css b/styles/tailwind.css index c8f6af0a..6e5a8bdf 100644 --- a/styles/tailwind.css +++ b/styles/tailwind.css @@ -582,6 +582,10 @@ @apply overflow-y-scroll; } + .seventythirty .columns-2-cols .container .columns-img-col picture img { + @apply !w-1/2; + } + } @layer utilities {