map stats section + line throw component

This commit is contained in:
2024-07-29 13:09:28 +05:00
parent 8d2a7517f3
commit bb607a058e
+1 -1
View File
@@ -5,7 +5,7 @@ import { Title } from '@/ui/Title';
export default function BlogPage() {
return (
<div className="lg:pt-20 pt-14">
<div className="sm:pb-5 pb-4 flex flex-col justify-between border-b lg:px-6 px-4 border-[#3D425C]">
<div className="sm:pb-5 pb-4 flex flex-col justify-between border-b lg:px-10 px-4 border-[#3D425C]">
<Title className="lg:mb-14 sm:mb-8 mb-4">Блог</Title>
<PostsFilters />
</div>