tighten hero content

This commit is contained in:
Yisroel Baum 2026-06-06 22:12:02 +03:00
parent 531e4a0258
commit 8398a4cb12
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -438,9 +438,10 @@ const projects: Project[] = [
position: relative; position: relative;
z-index: 1; z-index: 1;
display: grid; display: grid;
grid-template-columns: 1fr auto; grid-template-columns: minmax(0, 30rem) auto;
align-items: center; align-items: center;
gap: 0.5rem; gap: 0.5rem;
justify-content: center;
width: 100%; width: 100%;
max-width: 1200px; max-width: 1200px;
margin: 0 auto; margin: 0 auto;
@ -449,7 +450,7 @@ const projects: Project[] = [
} }
.hero__text { .hero__text {
max-width: 36rem; max-width: 30rem;
} }
.hero__headline { .hero__headline {