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:
parent
c3bdf189ea
commit
b371d803af
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user