Skip to content

Commit b7cbc17

Browse files
committed
Add stronger drop shadow to hero headline
1 parent 7b74a04 commit b7cbc17

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ section {
153153
max-width: 13.5ch;
154154
font-size: clamp(3.5rem, 7.2vw, 6.2rem);
155155
text-shadow:
156-
0 3px 0 rgba(8, 10, 18, 0.34),
157-
0 9px 0 rgba(8, 10, 18, 0.24),
158-
0 18px 24px rgba(8, 10, 18, 0.62),
159-
0 30px 56px rgba(8, 10, 18, 0.82);
156+
0 5px 0 rgba(4, 6, 14, 0.28),
157+
0 12px 0 rgba(4, 6, 14, 0.18),
158+
0 18px 18px rgba(4, 6, 14, 0.42),
159+
0 32px 56px rgba(4, 6, 14, 0.82);
160160
}
161161

162162
.eyebrow,

styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ section {
153153
max-width: 13.5ch;
154154
font-size: clamp(3.5rem, 7.2vw, 6.2rem);
155155
text-shadow:
156-
0 3px 0 rgba(8, 10, 18, 0.34),
157-
0 9px 0 rgba(8, 10, 18, 0.24),
158-
0 18px 24px rgba(8, 10, 18, 0.62),
159-
0 30px 56px rgba(8, 10, 18, 0.82);
156+
0 5px 0 rgba(4, 6, 14, 0.28),
157+
0 12px 0 rgba(4, 6, 14, 0.18),
158+
0 18px 18px rgba(4, 6, 14, 0.42),
159+
0 32px 56px rgba(4, 6, 14, 0.82);
160160
}
161161

162162
.eyebrow,

0 commit comments

Comments
 (0)