mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-26 18:04:40 +02:00
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:
@@ -3,7 +3,7 @@
|
|||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
table {
|
table {
|
||||||
display: block;
|
display: table;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-family: $global-font-family;
|
font-family: $global-font-family;
|
||||||
|
Reference in New Issue
Block a user