Fix for line and drop to not break when more articles get added

This commit is contained in:
Firq 2023-03-14 20:54:11 +01:00
parent 10f7a6c840
commit b91fcfcf8d
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -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;
}