Change td, th paddin to 0.25rem

This commit is contained in:
Will Faught
2024-06-07 00:36:04 -07:00
parent c5e69b7ba6
commit 185be95576

View File

@@ -46,7 +46,7 @@ blockquote {
}
td, th {
padding: 0.5rem;
padding: 0.25rem;
}
.highlight .chroma .hl,