diff --git a/src/stylesheets/base.css b/src/stylesheets/base.css index 1632468..c5423f0 100644 --- a/src/stylesheets/base.css +++ b/src/stylesheets/base.css @@ -168,3 +168,7 @@ input[type='checkbox'] { font-size: 150%; padding: 1rem 2rem; } + +.markdown-body { + padding: var(--_gap); +}