diff --git a/src/assets/css/common.css b/src/assets/css/common.css index 128449a4..9506694f 100644 --- a/src/assets/css/common.css +++ b/src/assets/css/common.css @@ -66,11 +66,18 @@ a:focus { } ol, -ul { +ul, +table { margin-top: 0; margin-bottom: 22px; } +img { + max-width: 100%; + height: auto; + margin-bottom: 22px; +} + /*utils*/ .text-thin { font-weight: 300;