From 3b11dbac7fd7b93ca04ce1566b91240fb83d97ed Mon Sep 17 00:00:00 2001 From: Anthony Gabriele Date: Sun, 18 Feb 2024 13:57:06 -0500 Subject: [PATCH] center about me --- src/routes/about/+page.svelte | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; + } }