Skip to content

Commit 7ee4aef

Browse files
committed
fix: headline size and padding
1 parent 09b1bb8 commit 7ee4aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/test.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ import "../styles/global.css";
8080

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">
83-
<div class="py-15 sm:py-20 pr-25">
84-
<h1 class="text-4xl sm:text-6xl font-bold font-display leading-tight">
83+
<div class="py-15 sm:py-20 max-w-[80%]">
84+
<h1 class="text-2xl 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)