From 05d9b18e9ebe8124287bbd9ab3f9298f125ee52d Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 9 Oct 2024 11:10:06 +0530 Subject: [PATCH] Breathing space at the top --- web/apps/photos/src/pages/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/apps/photos/src/pages/index.tsx b/web/apps/photos/src/pages/index.tsx index 6adb1635d2..8a7623d55a 100644 --- a/web/apps/photos/src/pages/index.tsx +++ b/web/apps/photos/src/pages/index.tsx @@ -249,7 +249,8 @@ const SlideContainer = styled("div")` `; const Logo_ = styled("div")` - margin-block-end: 64px; + margin-block-start: 32px; + margin-block-end: 48px; `; const MobileBox = styled("div")`