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;