mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-27 12:11:14 +00:00
fix(web): refine roadmap spacing and divider
This commit is contained in:
@@ -18,7 +18,7 @@ export function RoadmapHero({ data }: RoadmapHeroProps) {
|
||||
{data.heading}
|
||||
</h1>
|
||||
|
||||
<p className="text-mono-s absolute right-3 bottom-6 left-3 md:top-[356px] md:right-auto md:bottom-auto md:left-[calc(50%+6px)] md:w-[min(702px,calc(50vw-18px))]">
|
||||
<p className="text-mono-s absolute top-[259px] right-3 left-3 md:top-[356px] md:right-auto md:left-[calc(50%+6px)] md:w-[min(702px,calc(50vw-18px))]">
|
||||
{data.disclaimer}
|
||||
</p>
|
||||
</ContentWidth>
|
||||
|
||||
@@ -81,7 +81,7 @@ export function RoadmapRelease({ data }: RoadmapReleaseProps) {
|
||||
}
|
||||
|
||||
return (
|
||||
<section className="relative mt-10 bg-brand-off-white pb-[100px]">
|
||||
<section className="relative mt-10 bg-brand-off-white pb-[100px] before:absolute before:inset-x-0 before:top-0 before:h-px before:bg-black/25 before:content-['']">
|
||||
<ContentWidth>
|
||||
<div
|
||||
aria-label={data.tabsAriaLabel}
|
||||
|
||||
Reference in New Issue
Block a user