|
<div className="grid-rows-[auto_1fr] divide-y divide-gray-200 pb-8 dark:divide-gray-700 xl:grid xl:grid-cols-4 xl:gap-x-6 xl:divide-y-0"> |
.
Figure out how to make blog content wrap the blog metadata section.
Right now I have to use PostSimple over PostLayout because the metadata section/grid (author, reading time, tags, and footer somehow) takes up the entire left side while being mostly blank.
heneli.dev/heneli-dot-dev/layouts/PostLayout.tsx
Line 61 in 13d7b2d
Figure out how to make blog content wrap the blog metadata section.
Right now I have to use
PostSimpleoverPostLayoutbecause the metadata section/grid (author, reading time, tags, and footer somehow) takes up the entire left side while being mostly blank.