feat: add posts + a lot of changes
This commit is contained in:
@@ -59,7 +59,7 @@ export default async function PostPage({ params }: PostPageProps) {
|
||||
return (
|
||||
<>
|
||||
<main className="flex flex-col gap-[32px] row-start-2 items-center">
|
||||
<section className="space-y-1 text-center max-w-4xl w-full px-4 mt-2">
|
||||
<section className="space-y-1 text-center max-w-4xl w-full px-4 mt-2 pt-[1em]">
|
||||
<dl className="space-y-10">
|
||||
<div>
|
||||
<dt className="sr-only">Опубликовано</dt>
|
||||
|
||||
Reference in New Issue
Block a user