Update intro section styles for improved layout and text alignment

This commit is contained in:
ben
2026-07-09 15:59:41 -07:00
parent f2fb8fa98d
commit 5ea77b84b9
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -222,13 +222,14 @@ a {
}
.intro {
width: min(820px, 88vw);
width: min(900px, 88vw);
margin: clamp(4rem, 6vw, 5.75rem) auto 0;
text-align: center;
}
.intro p {
margin: 0;
max-width: 37ch;
margin: 0 auto;
color: var(--color-lavender);
font-family: var(--font-copy);
font-size: clamp(1.2rem, 2.2vw, 2rem);
@@ -236,6 +237,7 @@ a {
line-height: 1.45;
letter-spacing: 0;
text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
text-wrap: pretty;
}
.star-divider {