From 83647c2d1a69e36a0f2bec12c9438235eb05a194 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Thu, 2 Jan 2020 08:42:43 -0500 Subject: [PATCH] make blockquotes look better on all devices --- local.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/local.css b/local.css index b03c5a2..a1942f4 100644 --- a/local.css +++ b/local.css @@ -17,6 +17,10 @@ img { margin: auto; max-width: 100% } +blockquote { + margin: auto; + max-width: 85%; +} body { margin: 40px auto; max-width: 70%; @@ -54,7 +58,6 @@ blockquote { image-rendering: crisp-edges } .ibox-head { - width: 100%; text-align: center; margin-top: 0.5em; margin-bottom: 0.5em