From e9a09f58b93f746b4814e327d79f2355974ec19e Mon Sep 17 00:00:00 2001 From: Ignacio Date: Wed, 16 Oct 2024 13:03:15 -0600 Subject: [PATCH] Improved wording on Home Page. Added text-align justify for paragraph elements in Home Page --- src/pages/index.astro | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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; + }