fix:landinng banner

This commit is contained in:
Rama Priyanto 2025-06-11 10:26:35 +07:00
parent 6963f29249
commit 5517c3dacb
2 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@ export default function HeaderNews() {
? "/no-image.jpg"
: newsItem?.thumbnailUrl
}
className="!w-full !h-[500px] !object-cover !rounded-none"
className="!w-[90vw] !h-[500px] !object-cover !rounded-none"
/>
<CardFooter className="mb-1 max-h-[20vh] before:bg-white/10 border-white/20 border-1 overflow-hidden py-1 md:absolute before:rounded-xl rounded-large bottom-1 w-[calc(100%_-_8px)] shadow-small ml-1 z-10">

View File

@ -27,7 +27,7 @@ export default function SidebarDetail() {
search: "",
limit: "10",
isPublish: true,
category: "586",
category: "781,802",
};
const response = await getListArticle(req);