Improved wording on Home Page. Added text-align justify for paragraph elements in Home Page

This commit is contained in:
Ignacio 2024-10-16 13:03:15 -06:00
parent 21e2328dc9
commit e9a09f58b9

View File

@ -43,12 +43,12 @@ const socialCount = SOCIALS.filter(social => social.active).length;
<p>
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.
</p>
<p>
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;
}
</style>