From 8c1b247339f7cd385de5a702df058913571ed2ee Mon Sep 17 00:00:00 2001 From: Eric Bower Date: Tue, 22 Oct 2024 10:20:36 -0400 Subject: [PATCH] style: updates --- static/smol.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/smol.css b/static/smol.css index e3fec67..093ddf0 100644 --- a/static/smol.css +++ b/static/smol.css @@ -498,6 +498,11 @@ figure { padding: 0; } +.px { + padding-left: 0.5rem; + padding-right: 0.5rem; +} + .px-2 { padding-left: 1rem; padding-right: 1rem; @@ -585,6 +590,10 @@ figure { text-align: right; } +.transform-none { + transform: none; +} + /* ==== MARKDOWN ==== */ .md h1,