Skip to content

Commit 0410ff1

Browse files
🏸
1 parent 4f91e50 commit 0410ff1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/AuthorLetter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function AuthorLetter() {
5959
target='_blank'
6060
rel='noopener noreferrer'
6161
>
62-
open source and forkable
62+
open source and easy to fork
6363
</a>
6464
.
6565
</p>

components/author-letter.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
width: 100%;
77
min-width: 0;
88
scroll-margin-top: 0;
9-
padding: clamp(104px, 14vw, 176px) 0 clamp(64px, 10vw, 128px);
9+
padding: clamp(104px, 14vw, 176px) 0 clamp(104px, 14vw, 176px);
1010
color: var(--ink);
1111
}
1212

0 commit comments

Comments
 (0)