We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b1bb8 commit 7ee4aefCopy full SHA for 7ee4aef
src/pages/test.astro
@@ -80,8 +80,8 @@ import "../styles/global.css";
80
81
<!-- Headline with same padding as content -->
82
<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">
+ <div class="py-15 sm:py-20 max-w-[80%]">
+ <h1 class="text-2xl sm:text-4xl lg:text-6xl font-bold font-display leading-tight">
85
Some blog entry headline that's quite long
86
</h1>
87
</div>
0 commit comments