From 516eb823e28b1d2f4840d6525721d7751556b9db Mon Sep 17 00:00:00 2001 From: "Renova M. R" Date: Mon, 12 Aug 2024 23:24:07 +0700 Subject: [PATCH] fix: landing page broken on small screen (#1592) * update logo: more precise size & sharper * fix: broken on small screen * add logo role role & text-balance --- docs/components/code-snippet.tsx | 2 +- docs/components/icons/solidstart-logo.tsx | 282 +++++-------------- docs/components/sections/announcement.tsx | 2 +- docs/components/sections/deploy-anywhere.tsx | 6 +- docs/components/sections/hero.tsx | 12 +- 5 files changed, 88 insertions(+), 216 deletions(-) diff --git a/docs/components/code-snippet.tsx b/docs/components/code-snippet.tsx index 110767a20..719d1b5f7 100644 --- a/docs/components/code-snippet.tsx +++ b/docs/components/code-snippet.tsx @@ -17,7 +17,7 @@ const getSolidStartVersion = async () => { export function CodeSnippet() { const [npmVersion] = createResource(() => getSolidStartVersion()); return ( -