diff --git a/src/layouts/blogSection.astro b/src/layouts/blogSection.astro index 75c1a2a..d9211e0 100644 --- a/src/layouts/blogSection.astro +++ b/src/layouts/blogSection.astro @@ -22,7 +22,7 @@ const { title } = Astro.props visibility: visible; left: 0; right: 0; - bottom: -20%; + bottom: -5rem; margin-left: auto; margin-right: auto; height: 1.5rem; @@ -40,8 +40,8 @@ const { title } = Astro.props margin-left: auto; margin-right: auto; background-color: var(--c-darkpurple); - height: 120%; - translate: 0% 7.5%; + height: calc(100% + 5rem); + translate: 0% 2rem; width: 0.25rem; z-index: -1; }