Skip to content

Commit eff1d2c

Browse files
committed
Fix table
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent b203274 commit eff1d2c

2 files changed

Lines changed: 6 additions & 26 deletions

File tree

assets/main.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,12 @@ $bootstrap-icons-font-dir: "./";
240240
color: $gray-600;
241241
}
242242
}
243+
244+
table {
245+
@extend .table;
246+
@extend .table-striped;
247+
@extend .table-bordered;
248+
}
243249
}
244250

245251
.post-body .highlight {

layouts/blog/_markup/render-table.html

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)