feat: simplify layout margins for banner and news categories page
This commit is contained in:
parent
9b13733205
commit
3a61b38961
@ -4,7 +4,7 @@ import { APP } from '~/configs/meta'
|
|||||||
|
|
||||||
export const Banner = () => {
|
export const Banner = () => {
|
||||||
return (
|
return (
|
||||||
<div className="min-h-[65px] sm:mx-10">
|
<div className="min-h-[65px]">
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<Link
|
<Link
|
||||||
to="/#"
|
to="/#"
|
||||||
|
|||||||
@ -5,7 +5,7 @@ import { BERITA } from './data'
|
|||||||
|
|
||||||
export const NewsCategoriesPage = () => {
|
export const NewsCategoriesPage = () => {
|
||||||
return (
|
return (
|
||||||
<div className="relative mx-5 sm:mx-10">
|
<div className="relative">
|
||||||
<Card>
|
<Card>
|
||||||
<Carousel {...BERITA} />
|
<Carousel {...BERITA} />
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user