Skip to content

Commit

Permalink
fix: alignment of timeline on blog index
Browse files Browse the repository at this point in the history
  • Loading branch information
lukadev-0 committed Jan 13, 2024
1 parent 1cf3a3b commit 51b65af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/blog/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ const allBlogPosts = (await getCollection("blog")).sort(
<article class="group pl-4 sm:pl-12 lg:pl-64 py-8 pr-4 relative">
<div
aria-hidden="true"
class="hidden sm:block absolute left-2 lg:left-[12rem] top-[2.5rem] w-[0.5625rem] h-[0.5625rem] rounded-full ring-2 ring-neutral-700"
class="hidden sm:block absolute left-2 lg:left-[12.5rem] top-[2.5rem] w-[0.5625rem] h-[0.5625rem] rounded-full ring-2 ring-neutral-700"
/>
<div
aria-hidden="true"
class="hidden sm:block absolute left-[0.75rem] lg:left-[12.25rem] top-[3.125rem] -bottom-[2.5rem] w-px bg-neutral-700 group-last:bg-transparent group-last:bg-gradient-to-b group-last:from-neutral-700 group-last:to-transparent group-last:-bottom-2"
class="hidden sm:block absolute left-[0.75rem] lg:left-[12.75rem] top-[3.125rem] -bottom-[2.5rem] w-px bg-neutral-700 group-last:bg-transparent group-last:bg-gradient-to-b group-last:from-neutral-700 group-last:to-transparent group-last:-bottom-2"
/>

<header>
Expand Down

0 comments on commit 51b65af

Please sign in to comment.