From f9df19997976147102fe643e05d8b1a364406870 Mon Sep 17 00:00:00 2001 From: Harshitha MahadevMahadevi Date: Tue, 13 Jan 2026 23:18:21 +0530 Subject: [PATCH] corrected custom.css file by adding dot notation-symbolizes class --- website/static/css/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/static/css/custom.css b/website/static/css/custom.css index e403bb1..e32b21e 100644 --- a/website/static/css/custom.css +++ b/website/static/css/custom.css @@ -176,7 +176,8 @@ body { font-size: 16px; } -article p img,FeatureCallout +article p img, +.FeatureCallout article iframe { display: block; margin-left: auto;