diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index c681e27..1ac3448 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -345,6 +345,10 @@ const { title, navless } = Astro.props; tr { text-align: left; } + td, th { + padding-left: 0.3rem; + padding-right: 0.3rem; + } &.table--bordered { border-top: 2px solid var(--color-muted); tr {