Skip to content

Commit 2c4e1f2

Browse files
committed
fix: less width for title on xs
1 parent 7ee4aef commit 2c4e1f2

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
@@ -80,7 +80,7 @@ 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 max-w-[80%]">
83+
<div class="py-15 sm:py-20 max-w-[70%] sm:max-w-[80%]">
8484
<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>

0 commit comments

Comments
 (0)