From b371d803af8d52f219fd3d82465258665a73d719 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Sat, 11 Feb 2017 00:07:44 +0100 Subject: [PATCH] Reset the margin of the author image below a post to properly position it again --- source/stylesheets/_casper_override.css.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/stylesheets/_casper_override.css.scss b/source/stylesheets/_casper_override.css.scss index 8aa808a..c8bd879 100644 --- a/source/stylesheets/_casper_override.css.scss +++ b/source/stylesheets/_casper_override.css.scss @@ -40,6 +40,14 @@ min-height: 180px; } +.post-footer figure.author-image { + // Set the margin to what is was before 44989142 to properly position the + // author image below a post + margin: 0 0 0 -40px; + // Yes, even on small screens + top: -40px; +} + .author-bio { text-align: left; }