docs: Add a little padding to tables

Fixes #77
This commit is contained in:
Ryan Gossiaux
2022-03-07 22:14:59 -08:00
parent 99e1898665
commit 38d1235335

View File

@@ -46,5 +46,9 @@
@apply no-underline hover:underline; @apply no-underline hover:underline;
} }
} }
:global(table) {
@apply mt-8;
}
} }
</style> </style>