diff options
-rw-r--r-- | www/styles/shows.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/styles/shows.css b/www/styles/shows.css index 47670c7..bd533be 100644 --- a/www/styles/shows.css +++ b/www/styles/shows.css @@ -35,6 +35,11 @@ margin: 0.5em; padding: 0.5em 1em; } +#shows-upload { + width: 90%; + max-width: 560px; + min-width: 280px; +} #shows-upload div.modal-body { margin-left: auto; margin-right: auto; |