File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const {
2020<script src =" https://cdn.jsdelivr.net/npm/usal@latest/usal.min.js" ></script >
2121
2222<section id ={ id } class ={ ` vertical-timeline max-w-7xl mx-auto px-6 ${classes .container ?? ' ' } ` } >
23- <div class =" max-w-3xl mb-8 md:mb- 12 md:mx-auto" >
23+ <div class =" relative px-4 md:px-6 py- 12 md:py-16 lg:py-20 text-default intersect-once intersect-quarter intercept-no-queue max-w-7xl mx-auto" >
2424 <Headline title ={ title } subtitle ={ subtitle } tagline ={ tagline } />
2525
2626 <div class =" relative" >
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ export const headerData = {
2121 text : 'Team' ,
2222 href : getPermalink ( '/#team-members' ) ,
2323 } ,
24+ {
25+ text : 'Outputs' ,
26+ href : getPermalink ( '/#output-timeline' ) ,
27+ } ,
2428 {
2529 text : 'Contact' ,
2630 href : getPermalink ( '/#contact-us' ) ,
You can’t perform that action at this time.
0 commit comments