Skip to content

Commit

Permalink
Fixing tumblr CSS for images
Browse files Browse the repository at this point in the history
  • Loading branch information
tiefpunkt committed Oct 18, 2024
1 parent d8cfb4e commit 9651e4e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions static/css/tumblr.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,14 @@

#log .inner {
word-wrap: break-word;
max-width: 100%;
}

#log .inner img {
max-height: 400px;
text-align: center;
margin-left: auto;
margin-right: auto;
padding: 0.4em;
display: block;
}

0 comments on commit 9651e4e

Please sign in to comment.