From 98ae7e7386b370019edb42c92a1e5f101c554e70 Mon Sep 17 00:00:00 2001 From: lew Date: Fri, 23 Jan 2026 21:00:25 +0000 Subject: [PATCH] style: pulls up aside text to meet the end of the previous paragraph --- apps/blog/src/styles/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/blog/src/styles/global.css b/apps/blog/src/styles/global.css index bace6d8..38acacb 100644 --- a/apps/blog/src/styles/global.css +++ b/apps/blog/src/styles/global.css @@ -22,6 +22,7 @@ h1, h2, h3, h4, h5, h6 { display: inline; position: relative; width: 10rem; + margin-top: -2.25em; } .left { float: left;