diff --git a/web/apps/photos/src/pages/index.tsx b/web/apps/photos/src/pages/index.tsx
index 552186b936..98dba10c54 100644
--- a/web/apps/photos/src/pages/index.tsx
+++ b/web/apps/photos/src/pages/index.tsx
@@ -115,7 +115,9 @@ export default function LandingPage() {
) : (
<>
-
+
+
+
@@ -174,6 +176,10 @@ const SlideContainer = styled("div")`
}
`;
+const Logo_ = styled("div")`
+ margin-block-end: 64px;
+`
+
const DesktopBox = styled("div")`
flex: 1;
height: 100%;