diff --git a/src/components/About/About.jsx b/src/components/About/About.jsx index f0ae5ea..0fdb883 100644 --- a/src/components/About/About.jsx +++ b/src/components/About/About.jsx @@ -25,13 +25,14 @@ const About = () => {
My career is driven by a commitment to{" "} - continuous learning and staying ahead in an - ever-evolving field. I specialise in developing ,{" "} - testing, and debugging{" "} + continuous learning and staying ahead in an + ever-evolving field. I specialise in developing ,{" "} + testing, and debugging{" "} high-performance web applications, combining technical expertise with creative{" "} - problem-solving to deliver{" "} - robust, user-friendly solutions. With a strong focus - on clean, efficient code and attention to detail, I strive to build applications that + problem-solving to deliver{" "} + robust, user-friendly solutions. With a strong focus on + clean, efficient code and{" "} + attention to detail, I strive to build applications that exceed expectations. My journey from a curious student to a proficient web developer highlights my dedication to growth, innovation, and excellence in software engineering. diff --git a/src/components/About/About.scss b/src/components/About/About.scss index 7b288cf..893dd48 100644 --- a/src/components/About/About.scss +++ b/src/components/About/About.scss @@ -22,8 +22,8 @@ gap: var(--gap); text-align: left; max-width: 50%; - .purple { - color: var(--color-2); + .bold { + font-weight: 800; } } }