diff --git a/src/pages/index.astro b/src/pages/index.astro index 401eeb7..b99b023 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -43,12 +43,12 @@ const socialCount = SOCIALS.filter(social => social.active).length;
My name is Ignacio, and I'm a Quality Assurance Automation Engineer with - an avid interest for technology. When I am not occupied ensuring + an avid interest for technology. When I am not working to ensure top-notch standards in software quality, you can find me messing around with my 3D printer, enjoying the perfect cup of coffee, or getting - absorbed into historical novels and captivating sci-fi tales. Besides my - tech-focused interests, I adore relaxing with a game of Pickleball or - Padel, and I treasure spending sunny days on the beach. + absorbed into historical novels and sci-fi tales. Besides my + tech-focused interests, I like to decompress from work with a game of + Pickleball or Padel. I love to spend time at the beach.
Join me as I expand my knowledge of QA. @@ -157,4 +157,8 @@ const socialCount = SOCIALS.filter(social => social.active).length; .all-posts-btn-wrapper { @apply my-8 text-center; } + /* ===== Paragraph ===== */ + p { + text-align: justify; + }