From e341d56f229b2f82fef75fab48c311677485f39c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 19 May 2017 13:46:25 +0300 Subject: juick-www: fix embed align --- juick-www/src/main/static/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'juick-www/src/main/static/style.css') 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%; } -- cgit v1.2.3