Skip to content

Commit

Permalink
fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianboesiger committed Feb 12, 2024
1 parent d0aa5bb commit e6f0d72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,10 @@ body {
}

#timeline .content img {
object-fit: cover;
object-fit: contain;
width: 100%;
max-height: 50vh;
object-position: top left;
}

.button {
Expand All @@ -165,6 +166,7 @@ figure {
margin: 0;
margin-top: 1em;
margin-bottom: 1em;

}

figcaption {
Expand Down

0 comments on commit e6f0d72

Please sign in to comment.