mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +00:00
11ty: wrapper for Markdown tables
This commit is contained in:
parent
e5f3efea09
commit
ff4faf94a5
2 changed files with 10 additions and 0 deletions
|
|
@ -105,6 +105,10 @@ ul {
|
|||
|
||||
/* Tables */
|
||||
|
||||
.table-wrapper {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
table {
|
||||
margin: 0;
|
||||
margin-block-end: calc(4 * var(--step));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue