diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index 4a304f933..0190e1e69 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -15,7 +15,7 @@ body { word-break: break-word; -webkit-hyphens: auto; -webkit-text-size-adjust: none; - + max-width: 44em; } @@ -193,6 +193,11 @@ img, figure, iframe, div { margin: 0 auto; } +figure { + margin-bottom: 1em; + margin-top: 1em; +} + video { width: 100% !important; height: auto !important;