diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-22 13:30:38 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-22 13:30:38 +0200 |
| commit | b20ef3f403e177877e220c6f63cb8d12a6f2c9ab (patch) | |
| tree | 6aca8171d469bfa23f249b2ab255e9cd7a688bb3 /src | |
| parent | e306435e1e1c207244914ed8c0b85abd4dae8e0f (diff) | |
Cleanup embed example
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/embed-widget.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/embed-widget.astro b/src/pages/embed-widget.astro index 4f79bfe..ec3d0ad 100644 --- a/src/pages/embed-widget.astro +++ b/src/pages/embed-widget.astro @@ -36,7 +36,7 @@ const embedCode = `<iframe src="https://cidr.xyz/embed" width="100%" height="600 <h3>Live Example</h3> </div> - <div class="border border-gray-300 rounded-lg shadow-md mb-8"> + <div class="mb-8"> <iframe src="/embed" width="100%" |
