Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtalerman committed Jan 10, 2021
2 parents 56c76d6 + 4d72295 commit 90be427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const IndexPage = () => {
<p className="mt-md text-light-text-grey dark:text-dark-text-grey">During the week I’m working on product at fleetdm.com. Other days I’m running on Mercer Island, playing Rocket League, and watching Arsenal FC.</p>
</div>
<div className="lg:flex lg:justify-end hidden">
<img src={meImg} style={{width: "200px", height: "200px", borderRadius: "4px"}}className="object-cover h-auto ml-xl"></img>
<img src={meImg} style={{maxWidth: "200px", height: "200px", borderRadius: "4px"}}className="object-cover h-auto ml-xl"></img>
</div>
</div>
<h3 className="mt-xl">Work I'm proud of</h3>
Expand Down

0 comments on commit 90be427

Please sign in to comment.