Merge pull request 'the padding of featured articles cards has been resolved' (#150) from fix/featured-articles-cards into develop
Reviewed-on: http://85.143.176.51:3000/free-land/front-end/pulls/150
This commit is contained in:
commit
92dddab82a
@ -98,10 +98,10 @@ const FeaturedArticlesCards = () => {
|
||||
const navigationPrevRef = useRef(null);
|
||||
const navigationNextRef = useRef(null);
|
||||
const paginationRef = useRef(null);
|
||||
const [t, i18next] = useTranslation()
|
||||
const [t, i18next] = useTranslation();
|
||||
|
||||
return (
|
||||
<div className="slider-wrapper articles">
|
||||
<div className="slider-wrapper articles px-8">
|
||||
<div className="flex justify-end gap-2 my-2">
|
||||
<div
|
||||
className="prev inline-flex justify-center items-center
|
||||
|
Loading…
x
Reference in New Issue
Block a user