Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 66da38a

Browse files
committed
remove horizontal scroll
1 parent 671f570 commit 66da38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cover-image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function CoverImage({title, coverImage, slug}) {
1212
/>
1313
)
1414
return (
15-
<div className="-mx-5 sm:mx-0">
15+
<div className="sm:mx-0">
1616
{slug ? (
1717
<Link as={`/posts/${slug}`} href="/posts/[slug]">
1818
<a aria-label={title}>{image}</a>

0 commit comments

Comments
 (0)