mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-25 17:43:07 +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 {
|
||||
display: block;
|
||||
display: table;
|
||||
margin-bottom: 1em;
|
||||
width: 100%;
|
||||
font-family: $global-font-family;
|
||||
|
Reference in New Issue
Block a user