Skip to content

Commit 45d6d1e

Browse files
Fix layout scrolling in news page styles
- Changed the layout width from 100% to initial in page.module.css for improved styling consistency.
1 parent f58e600 commit 45d6d1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/(sections)/news/[slug]/page.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
}
4141

4242
.layout {
43-
width: 100%;
43+
width: initial;
4444
}
4545
}

0 commit comments

Comments
 (0)