File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const posts = (await getCollection("blog")).sort(
2929 />
3030 </div >
3131 <div
32- class =" absolute left-0 right-0 top-0 bottom-0 overflow-auto z-10 md:top-[31%]"
32+ class =" absolute left-0 right-0 top-0 bottom-0 overflow-auto z-10 lg:top-[15%] md:top-[31%]"
3333 >
3434 <div
3535 class =" min-h-full w-full px-2 sm:px-8 sm:flex sm:justify-center"
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const sortedEntries = await Promise.all(
8080 />
8181 </div >
8282 <div
83- class =" absolute left-0 right-0 top-0 bottom-0 overflow-auto z-10 md:top-[31%]"
83+ class =" absolute left-0 right-0 top-0 bottom-0 overflow-auto z-10 lg:top-[15%] md:top-[31%]"
8484 >
8585 <div
8686 class =" min-h-full w-full px-2 sm:px-8 sm:flex sm:justify-center"
You can’t perform that action at this time.
0 commit comments