Skip to content

Commit

Permalink
Merge pull request #180 from MyersResearchGroup/imagestretchedbug
Browse files Browse the repository at this point in the history
inputted in a fix for an image being stretched on safari
  • Loading branch information
cjmyers authored May 16, 2024
2 parents 45e2f87 + 4dc212a commit 1e9a186
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/outreach/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ subtitle = ""
</ul>
</div>

<div style="text-align: center; margin-top: 20px; margin-bottom: 20px;">
<img src="IMG_9397.jpg" alt="Amazing Scientists at Work!" style="max-width: 50%; height: 35%; margin: auto; display: block;">
<div style="text-align: center; margin-top: 20px; margin-bottom: 20px; display: flex;
flex-direction: column;">
<img src="IMG_9397.jpg" alt="Amazing Scientists at Work!" style="max-width: 50%; height: auto; margin: auto; align-items: flex-start;">
</div>


Expand Down

0 comments on commit 1e9a186

Please sign in to comment.