Skip to content

Commit

Permalink
center about me
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjoeseph committed Feb 18, 2024
1 parent 0080639 commit 3b11dba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/routes/about/+page.svelte
Expand Up @@ -8,7 +8,7 @@
<div>
<img class="hero-img" src="images/About-Me.jpg" alt="airport" />
</div>
<div style="margin-left: 50px;">
<div class="bio-text">
<p>Anthony (he/him) is a brooklyn based actor, writer and musician.</p>
<p>
He has conservatory training from
Expand Down Expand Up @@ -78,5 +78,8 @@
.bio {
flex-direction: row;
}
.bio-text {
margin-left: 50px;
}
}
</style>

0 comments on commit 3b11dba

Please sign in to comment.