Set table display to table

Fixes an issue where hardmod table has empty space in a block for no reason
This commit is contained in:
lifehackerhansol 2022-01-20 02:39:02 -08:00
parent c036fa14c0
commit 92c73c3b1a

View file

@ -3,7 +3,7 @@
========================================================================== */
table {
display: block;
display: table;
margin-bottom: 1em;
width: 100%;
font-family: $global-font-family;