Skip to content

Commit b493c2d

Browse files
committed
fix: remove unnecessary z-index from BlogJumbotron component
1 parent 0ae0fa2 commit b493c2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/components/BlogJumbotron.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function BlogTitle({ title, author, date, backgroundImage }) {
1010
<div className="relative text-center py-20 sm:py-32 px-6 sm:px-12 font-body overflow-hidden">
1111
<div className="absolute inset-0 bg-gradient-to-b from-charcoalBlack to-midnightBlue "></div>
1212

13-
<div className="relative z-10 max-w-4xl mx-auto">
13+
<div className="relative max-w-4xl mx-auto">
1414
<h1
1515
className="text-5xl sm:text-6xl lg:text-7xl font-extrabold tracking-tight
1616
text-gray-300

0 commit comments

Comments
 (0)