Shift about block left

This commit is contained in:
2026-03-22 17:50:21 +01:00
parent cbe333d788
commit adb3be2b23

View File

@@ -382,7 +382,7 @@ button {
display: flex;
flex-direction: column;
justify-content: center;
padding-left: calc(var(--section-padding-x) + 2.5rem);
padding-left: calc(var(--section-padding-x) + 2.5rem - 80px);
}
.about__content .section-head {
@@ -397,7 +397,7 @@ button {
.section-head__accent--about {
order: -1;
margin-top: 0.4rem;
margin-top: calc(0.4rem + 50px);
margin-right: 0.5rem;
}
@@ -409,7 +409,7 @@ button {
display: grid;
gap: 1.6rem;
max-width: 31rem;
margin-left: 10.25rem;
margin-left: calc(10.25rem - 80px);
}
.about__text strong {