diff options
-rw-r--r-- | src/renderer.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/renderer.rs b/src/renderer.rs index 38a3802..66fc714 100644 --- a/src/renderer.rs +++ b/src/renderer.rs @@ -282,6 +282,7 @@ fn css() -> Markup { display: flex; flex-wrap: wrap; margin-top: .5rem; + padding: 0.125rem; } .download a, .download a:visited { color: #3498db; |