I was poking around the About page of your website and noticed that the ::before pseudo-element from the timeline was poking into the paragraph below it, as pictured below (text highlighted so it's easier to see).
As I'm writing this Issue, I've looked into the styles a little bit and tried changing the background-color property to be linear-gradient(to bottom,var(--color-gray-300) 75%,transparent 90%) instead of linear-gradient(to bottom,var(--color-gray-300) 75%,var(--color-cream) 90%) (i.e., making the final gradient color transparent instead of var(--color-cream)).
I'm looking at the website from Firefox and have not tested to see if this is an issue on Chrome. I have also found this issue in light mode, but the fix I've proposed seems to work there too on my end.
I was poking around the About page of your website and noticed that the
::beforepseudo-element from the timeline was poking into the paragraph below it, as pictured below (text highlighted so it's easier to see).As I'm writing this Issue, I've looked into the styles a little bit and tried changing the
background-colorproperty to belinear-gradient(to bottom,var(--color-gray-300) 75%,transparent 90%)instead oflinear-gradient(to bottom,var(--color-gray-300) 75%,var(--color-cream) 90%)(i.e., making the final gradient colortransparentinstead ofvar(--color-cream)).I'm looking at the website from Firefox and have not tested to see if this is an issue on Chrome. I have also found this issue in light mode, but the fix I've proposed seems to work there too on my end.