Tweak CSS margin

This commit is contained in:
Lassi Kortela 2020-08-07 11:32:25 +03:00
parent 77d98ae8c1
commit 527f0a59f7
1 changed files with 2 additions and 2 deletions

View File

@ -229,8 +229,8 @@
(head
(title "Scheme Registry")
(style ""
"body { font-family: sans-serif; background-color: beige; }"
"body { max-width: 40em; }"
"body { font-family: sans-serif; background-color: beige;"
" max-width: 40em; margin: 12px; }"
"table { border-collapse: collapse; }"
"table, th, td { border: 1px solid black; }"
"th, td { vertical-align: top; padding: 2px; }"