From f96b827f415d82de1c4d9e3fb530d82fe3c6894e Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 19 Aug 2016 20:40:57 -0400 Subject: css: Add centered-image class. --- css/dthompson.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/dthompson.css b/css/dthompson.css index 563aa65..3fbc63e 100644 --- a/css/dthompson.css +++ b/css/dthompson.css @@ -162,7 +162,7 @@ footer { color: #666; } -.post img { +.post img, .centered-image { display: block; max-width: 100%; height: auto; -- cgit v1.2.3