fix code padding (#1773)

This commit is contained in:
Sebastian Beltran
2025-02-07 18:36:22 -05:00
committed by GitHub
parent b56a8e61ee
commit 31bb1d63a2

View File

@@ -353,6 +353,10 @@ pre {
background-color: var(--code-bg);
}
pre code {
padding: 0;
}
/* top button */
.scroll #top {