Fix padding in binary file content
d288f66a7499d0ae7a3043396144a382327d3f75
1 parent
3e9191c9
static/style.css
+1 -1
| 154 | 154 | margin: 2rem 0 0.5rem; |
|
| 155 | 155 | color: var(--fg); |
|
| 156 | 156 | } |
|
| 157 | 157 | h3:first-child { margin-top: 0; } |
|
| 158 | 158 | ||
| 159 | - | .empty { color: var(--fg-dim); font-style: italic; padding: 0.5rem 0; } |
|
| 159 | + | .empty { color: var(--fg-dim); font-style: italic; padding: 0.5rem 0.75rem; } |
|
| 160 | 160 | ||
| 161 | 161 | /* --- Tables --- */ |
|
| 162 | 162 | ||
| 163 | 163 | table { |
|
| 164 | 164 | width: 100%; |