From f8369f55236080341687b80f64dc6eeb80990c6c Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 28 Feb 2015 13:45:26 -0800 Subject: [PATCH] Give right-floating image some margin. --- template.jst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } }