From ed337cbab8d1655c3796166039120963c1a45da5 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Mon, 16 Feb 2026 11:05:07 -0800 Subject: [PATCH] add a little more space --- assets/styles/ml-embed.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/ml-embed.css b/assets/styles/ml-embed.css index c7caeee..7c57b8c 100644 --- a/assets/styles/ml-embed.css +++ b/assets/styles/ml-embed.css @@ -1,5 +1,5 @@ .ml-embedded { - margin: 2rem auto; + margin: 4rem auto 2rem; border-top: .25rem solid var(--color-accent); }