From 82e4b3624e7404a56d5f9b94106f77e0280dd226 Mon Sep 17 00:00:00 2001 From: planetabhi Date: Sat, 23 Dec 2023 14:23:20 +0530 Subject: [PATCH] .. --- src/data/tools.json | 6 ------ src/layouts/Layout.astro | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/data/tools.json b/src/data/tools.json index fecf3db..6ca67f6 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -256,12 +256,6 @@ "tag": "Freemium", "url": "https://unbounce.com/product/smart-copy/?ref=riseofmachine.com" }, - { - "title": "Unbound", - "body": "Create content for your business.", - "tag": "Starting at $0/mo", - "url": "https://www.unboundcontent.ai/?ref=riseofmachine.com" - }, { "title": "word.studio", "body": "AI tools, templates, and workflows.", diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index b0bf651..d694876 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -123,7 +123,7 @@ const { site, title, tagline } = Astro.props; color: var(--text-secondary) !important; } .floating-nav { - padding: var(--spacing-05) var(--spacing-09); + padding: var(--spacing-06) var(--spacing-09); top: 0; left: 0; right: 0;