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 7ee4aef commit 2c4e1f2Copy full SHA for 2c4e1f2
src/pages/test.astro
@@ -80,7 +80,7 @@ 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 max-w-[80%]">
+ <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">
85
Some blog entry headline that's quite long
86
</h1>
0 commit comments