diff options
Diffstat (limited to 'juick-www/src/main/static')
-rw-r--r-- | juick-www/src/main/static/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index bab0519f..012282cf 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -749,6 +749,9 @@ fieldset { border: 1px dotted #ccc; margin-top: 25px; } +.embedContainer { + text-align: center; +} .embedContainer img { max-width: 100%; } |