From 2784f674ead8817f374f26c1a044d20c946f5228 Mon Sep 17 00:00:00 2001 From: Simounet Date: Sun, 3 Dec 2017 14:41:15 +0100 Subject: Figure image and figcaption centered on share page --- app/Resources/static/themes/_global/share.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app') diff --git a/app/Resources/static/themes/_global/share.scss b/app/Resources/static/themes/_global/share.scss index d6f6b669..72e73a9a 100644 --- a/app/Resources/static/themes/_global/share.scss +++ b/app/Resources/static/themes/_global/share.scss @@ -380,6 +380,14 @@ tbody { border-width: 1px 0; } +figure { + text-align: center; +} + +figure > * { + margin: 0 auto; +} + header { text-align: center; } -- cgit v1.2.3