map stats section + line throw component
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user