change of section titles and margin-top section

This commit is contained in:
2025-08-28 15:34:37 +02:00
parent 63af2c4d7c
commit 9e19379f81
7 changed files with 39 additions and 10 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ function Experiences() {
return (
<section id="experiences-section">
<h1>Experiences</h1>
<h1 className="section-title">Experiences</h1>
<div className="experiences-container">
{experiencesData.map((exp) => (
<SingleExperience experience={exp}/>