From b8b5e65497419cf7d31b758618445ae276f8e266 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Sat, 16 May 2026 19:04:27 +0300 Subject: [PATCH] feat: constrain section content width with max-w-section Adds max-w-section (56rem via --container-section token) to the experience, projects, and skills section wrappers for consistent readable line length across all content areas. --- .../ui/ExperienceSection/ExperienceSection.tsx | 2 +- .../ProjectsSection/ui/ProjectsSection/ProjectsSection.tsx | 2 +- src/widgets/SkillsSection/ui/SkillsSection/SkillsSection.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/widgets/ExperienceSection/ui/ExperienceSection/ExperienceSection.tsx b/src/widgets/ExperienceSection/ui/ExperienceSection/ExperienceSection.tsx index b7db91f..a0bedc9 100644 --- a/src/widgets/ExperienceSection/ui/ExperienceSection/ExperienceSection.tsx +++ b/src/widgets/ExperienceSection/ui/ExperienceSection/ExperienceSection.tsx @@ -13,7 +13,7 @@ export default async function ExperienceSection() { }); return ( -
+
{items.map((exp) => ( +
{items.map((project) => ( +
{Object.entries(categories).map(([category, items]) => (

{category}