Skip to content

Commit

Permalink
readjust sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDTR committed Sep 26, 2024
1 parent 9129359 commit f5ad8db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@ const allPosts = await Astro.glob("./posts/*.md");

.image-of-me {
width: auto;
height: 150px;
height: 170px;
border-radius: 50%;
margin-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

.writeup {
Expand Down

0 comments on commit f5ad8db

Please sign in to comment.