add padding to sticky photo gallery header
This commit is contained in:
parent
4814066692
commit
39b21f5c4e
@ -149,7 +149,7 @@ const GalleryPage = ({ data }) => {
|
|||||||
<title>Photo Gallery | Chuck Dries</title>
|
<title>Photo Gallery | Chuck Dries</title>
|
||||||
<body className="bg-black text-white" />
|
<body className="bg-black text-white" />
|
||||||
</Helmet>
|
</Helmet>
|
||||||
<div className="sm:sticky top-0 z-10 bg-black">
|
<div className="sm:sticky top-0 pt-1 z-10 bg-black">
|
||||||
<Nav
|
<Nav
|
||||||
className="mb-4"
|
className="mb-4"
|
||||||
internalLinks={[
|
internalLinks={[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user