Skip to content

Commit 1b3bb10

Browse files
committed
social-image: better gradient, bigger text
1 parent 0ecd552 commit 1b3bb10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/social-image.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
justify-content: center;
3434
flex-direction: vertical;
3535
background-image: radial-gradient(
36-
circle at 1vw 60vh,
37-
var(--deep-blue) 40%,
38-
white 120%
36+
circle at -100vw 80vh,
37+
var(--deep-blue) 50%,
38+
var(--light-tan) 110%
3939
);
4040
height: 100%;
4141
}
4242
h1 {
4343
font-weight: lighter;
44-
font-size: 5em;
44+
font-size: 12vh;
4545
line-height: 0.7;
4646
}
4747
body {

0 commit comments

Comments
 (0)