diff options
| -rw-r--r-- | trypandoc/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trypandoc/index.html b/trypandoc/index.html index cd1da827c..e7f8aa109 100644 --- a/trypandoc/index.html +++ b/trypandoc/index.html @@ -7,7 +7,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <style> body { margin: auto; font-family: sans-serif; font-size: 10pt; color: #555; } - #command { min-width: 26em; background-color: #555; color: #eee; border-radius: 9pt; margin: 6pt; padding: 6pt; } + #command { background-color: #555; color: #eee; border-radius: 9pt; margin: 6pt; padding: 6pt; } h1 { margin-bottom: 1em; font-size: 166%; margin: 0; padding: 6pt; } h1 a { text-decoration: none; color: inherit; } label { font-weight: 600; } |
