From d24481ee6617c1b96a8a49077126a15b5254917e Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 28 Aug 2024 17:45:19 -0700 Subject: [PATCH] chore(docs): Add bottom padding to pill --- docs/src/stylesheets/bazzite.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/stylesheets/bazzite.css b/docs/src/stylesheets/bazzite.css index 5053ac22..5d14dff0 100644 --- a/docs/src/stylesheets/bazzite.css +++ b/docs/src/stylesheets/bazzite.css @@ -23,6 +23,7 @@ body { .md-header__source { padding-top: 5px; + padding-bottom: 5px; } .md-source {