From 4b189226744684a59585bb66969dd2b8d985dff6 Mon Sep 17 00:00:00 2001 From: Sacha Judd Date: Mon, 29 Jan 2018 11:23:57 +1300 Subject: [PATCH] FIX Remove image float --- css/typography.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/typography.css b/css/typography.css index 2855ffc..2e35d09 100644 --- a/css/typography.css +++ b/css/typography.css @@ -210,8 +210,10 @@ h6 .heading-anchor-link { /*! images */ img { max-width: 100%; - padding: 10px; - float: right; + border: 1px solid #ccc; + padding: 6px; + margin: 10px 0; + border-radius: 3px; } /*! code */