1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2026-02-21 19:12:05 +00:00

Reset the margin of the author image below a post to properly position it again

This commit is contained in:
Holger Just 2017-02-11 00:07:44 +01:00
parent c3bdf189ea
commit b371d803af

View File

@ -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;
}