diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index f971fba..f211caf 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -8,7 +8,7 @@
airport
-
+

Anthony (he/him) is a brooklyn based actor, writer and musician.

He has conservatory training from @@ -78,5 +78,8 @@ .bio { flex-direction: row; } + .bio-text { + margin-left: 50px; + } }