diff options
Diffstat (limited to 'app/Resources')
-rw-r--r-- | app/Resources/static/themes/_global/share.scss | 8 |
1 files changed, 8 insertions, 0 deletions
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 { | |||
380 | border-width: 1px 0; | 380 | border-width: 1px 0; |
381 | } | 381 | } |
382 | 382 | ||
383 | figure { | ||
384 | text-align: center; | ||
385 | } | ||
386 | |||
387 | figure > * { | ||
388 | margin: 0 auto; | ||
389 | } | ||
390 | |||
383 | header { | 391 | header { |
384 | text-align: center; | 392 | text-align: center; |
385 | } | 393 | } |