11ty: wrapper for Markdown tables

This commit is contained in:
He4eT 2025-02-28 16:52:32 +01:00
commit ff4faf94a5
2 changed files with 10 additions and 0 deletions

View file

@ -105,6 +105,10 @@ ul {
/* Tables */
.table-wrapper {
overflow-x: auto;
}
table {
margin: 0;
margin-block-end: calc(4 * var(--step));