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 2c4e1f2 commit e1105b7Copy full SHA for e1105b7
src/pages/test.astro
@@ -81,7 +81,7 @@ import "../styles/global.css";
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 max-w-[70%] sm:max-w-[80%]">
84
- <h1 class="text-2xl sm:text-4xl lg:text-6xl font-bold font-display leading-tight">
+ <h1 class="text-3xl 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