From b5e92ab114cadd1257918e4796dda1be1291fd9a Mon Sep 17 00:00:00 2001 From: planetabhi Date: Fri, 13 Dec 2024 00:33:17 +0530 Subject: [PATCH] added Roast My Landing Page --- src/data/tools.json | 7 +++++++ src/layouts/Layout.astro | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/data/tools.json b/src/data/tools.json index 6c2099d..452e23d 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -2873,6 +2873,13 @@ "url": "https://rizzai.ai/?ref=riseofmachine.com", "date-added": "2024-07-27" }, + { + "title": "Roast My Landing Page", + "body": "Landing page roast.", + "tag": "From $9.99/roast", + "url": "https://roastmylandingpage.io/?ref=riseofmachine.com", + "date-added": "2024-12-13" + }, { "title": "Roboto", "body": "Copilot for sensor data.", diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 2db0ca5..6a5b9f0 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -153,7 +153,7 @@ const { site, title, tagline } = Astro.props; } h1.title { max-inline-size: 24rem; - } + } p { margin-top: var(--spacing-00); }