Add td, th padding

This commit is contained in:
Will Faught
2024-06-07 00:23:27 -07:00
parent 688dfbbf3d
commit c5e69b7ba6

View File

@@ -45,6 +45,10 @@ blockquote {
border-right: 0.25rem solid var(--bs-body-bg);
}
td, th {
padding: 0.5rem;
}
.highlight .chroma .hl,
.highlight .chroma .lnt {
display: flex;