From 0e2ea4e057cf26ed5c85a233429a9333542f6f8d Mon Sep 17 00:00:00 2001 From: Paul W. Frields Date: Aug 19 2020 00:05:15 +0000 Subject: Fix author box on screens < = 400px, thanks rlerch! --- diff --git a/fedoramagazine/style.css b/fedoramagazine/style.css index 598ea25..f80dab7 100644 --- a/fedoramagazine/style.css +++ b/fedoramagazine/style.css @@ -3085,8 +3085,8 @@ img#wpstats { display: none !important; } /* silly wp stats */ /* Post Author */ .post-author { - padding: 20px; - margin-top: 25px; + padding: 20px 20px 20px 100px; + margin-top: 30px; min-height: intrinsic; }