diff --git a/template.jst b/template.jst index a4e7d3ed6..e970298dd 100644 --- a/template.jst +++ b/template.jst @@ -13,11 +13,12 @@ h1 { img { display: block; margin: auto; - max-width: 100% + max-width: 100%; } @media (min-width: 1120px) { img { float: right; + margin-left: 8px; } }