Skip to content

Commit 8a9976f

Browse files
author
ComputelessComputer
committed
increase philo title size
1 parent 8ec7e3c commit 8a9976f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/landing/src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ posts.sort((a, b) => b.data.publishedAt.getTime() - a.data.publishedAt.getTime()
356356

357357
.brand {
358358
margin: 0;
359-
font-size: var(--fs-lg);
359+
font-size: 16px;
360360
font-weight: 500;
361361
letter-spacing: 0.01em;
362362
}
@@ -715,7 +715,7 @@ posts.sort((a, b) => b.data.publishedAt.getTime() - a.data.publishedAt.getTime()
715715
}
716716

717717
.brand {
718-
font-size: var(--fs-lg);
718+
font-size: 15px;
719719
}
720720

721721
.status {

0 commit comments

Comments
 (0)