Skip to content

Commit e1105b7

Browse files
committed
fix: bigger headline
1 parent 2c4e1f2 commit e1105b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/test.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ import "../styles/global.css";
8181
<!-- Headline with same padding as content -->
8282
<div class="relative z-10 text-white max-w-screen-md mx-auto px-8 sm:px-20">
8383
<div class="py-15 sm:py-20 max-w-[70%] sm:max-w-[80%]">
84-
<h1 class="text-2xl sm:text-4xl lg:text-6xl font-bold font-display leading-tight">
84+
<h1 class="text-3xl sm:text-4xl lg:text-6xl font-bold font-display leading-tight">
8585
Some blog entry headline that's quite long
8686
</h1>
8787
</div>

0 commit comments

Comments
 (0)