diff options
Diffstat (limited to 'css/misc.css')
-rw-r--r-- | css/misc.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/css/misc.css b/css/misc.css index 559ce44..ead7dd9 100644 --- a/css/misc.css +++ b/css/misc.css @@ -1,6 +1,9 @@ .reasonable-width { max-width: 400px; } +.reasonable-width-wider { + max-width: 600px; +} div.panel-body figure.highlight pre { margin-bottom: 0; } |