commit cb64399c88449643516bd71bd84a45777139ac26 parent 2023758861295dc6e2c8831092115fdf462da0f7 Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Mon, 2 Dec 2019 16:29:43 -0500 Give code blocks a bit more slack Diffstat:
| M | layouts/partials/css/style.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/css/style.css b/layouts/partials/css/style.css
@@ -19,7 +19,7 @@ img, video {
table {
margin: auto;
}
-th, td {
+th, td, pre {
padding: 5px;
}
thead, tfoot, tr:nth-child(even), pre, code, kbd {