From 6090e181aa6bf8cd5ce9b5cab2d7e57e1c43f57f Mon Sep 17 00:00:00 2001 From: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:35:47 +0530 Subject: [PATCH] Removed the borders for the Images on the Docs site. (#379) --- src/templates/page.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/page.scss b/src/templates/page.scss index 9c919afa..f056c149 100644 --- a/src/templates/page.scss +++ b/src/templates/page.scss @@ -181,7 +181,7 @@ body { line-height: 2; text-align: center; background: #f4f4f4; - padding: 16px; + box-shadow: 0px 4px 24px 0px #091E4224; margin: 16px 0; border-radius: 4px; }