diff --git a/frontend/src/app/(home)/_skills/Skills.tsx b/frontend/src/app/(home)/_skills/Skills.tsx index a9ec843..c03c28c 100644 --- a/frontend/src/app/(home)/_skills/Skills.tsx +++ b/frontend/src/app/(home)/_skills/Skills.tsx @@ -9,10 +9,8 @@ const Skills: FunctionComponent = () => {

Experience

-

With over half a decade of experience under my belt, I've been diving deep into the tech world, experimenting - with various technologies and leading teams through successful projects.

-

A true enthusiast of React, I've found it to be a powerful tool for crafting innovative solutions. However, I remain open to any technology that proves effective and efficient for the task at hand.

-

For a comprehensive view of my skills and experiences, please check out my skills page.

+

Half a decade in tech, mastering React and leading teams to success. Always ready to embrace new technologies that deliver.

+

Discover more on skills page.

); diff --git a/frontend/src/app/(home)/_skills/styles.module.scss b/frontend/src/app/(home)/_skills/styles.module.scss index 8f8b01a..92a108c 100644 --- a/frontend/src/app/(home)/_skills/styles.module.scss +++ b/frontend/src/app/(home)/_skills/styles.module.scss @@ -2,6 +2,9 @@ .text { margin-top: 2rem; + display: flex; + flex-direction: column; + gap: 1rem; a { color: $color-accent; diff --git a/frontend/src/styles/global.module.scss b/frontend/src/styles/global.module.scss index 884f5dc..aded7fe 100644 --- a/frontend/src/styles/global.module.scss +++ b/frontend/src/styles/global.module.scss @@ -36,9 +36,6 @@ font-size: clamp(1.1rem, 1vw, 1.3rem); line-height: 1.5; font-weight: 300; - display: flex; - flex-direction: column; - gap: 1rem; } .tags {