From d47b3ccf615639ee7c83a7be10aaa581e5a934e1 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 22 May 2025 13:13:14 +0200 Subject: Add embed page and more cleanup --- src/pages/embed.astro | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'src/pages/embed.astro') diff --git a/src/pages/embed.astro b/src/pages/embed.astro index 3496287..f924445 100644 --- a/src/pages/embed.astro +++ b/src/pages/embed.astro @@ -3,10 +3,11 @@ import Cidr from "../components/Cidr"; import { GOOGLE_ANALYTICS_ID } from "../config"; const title = "CIDR Calculator Widget"; -const description = "Embeddable CIDR calculator widget for network calculations"; +const description = + "Embeddable CIDR calculator widget for network calculations"; --- - + @@ -29,17 +30,12 @@ const description = "Embeddable CIDR calculator widget for network calculations" background: transparent; overflow: hidden; } - .embed-container { - width: 100%; - height: 100%; - background-color: rgba(255, 255, 255, 0.9); - border-radius: 8px; - padding: 10px; - box-sizing: border-box; - } - + -
- +
+
-- cgit v1.3.1