Fix table margin

This commit is contained in:
Marko Korhonen 2024-06-10 17:12:16 +03:00
parent 18a12da57c
commit 51b771a88f
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -4,3 +4,7 @@ pre:has(code) {
padding: 1rem;
border-radius: 10px;
}
table {
margin-bottom: 1rem;
}