Skip to content

Commit 282d0dd

Browse files
committed
Refactor site into crazy distortion blog
add breakpoint for large screens
1 parent 84e80ad commit 282d0dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/blog/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

src/pages/cv.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)