File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 /* Research */
6262 .page-intro { max-width : 1400px ; margin : 0 auto; padding : 3rem 3rem 1rem ; }
6363 .page-intro-inner { padding-bottom : 0.9rem ; border-bottom : 1px solid var (--border ); }
64+ .page-intro-inner .bare { border-bottom : none; padding-bottom : 0 ; }
6465 .page-intro h1 { font-family : var (--serif ); font-size : 2.2rem ; font-weight : 300 ; letter-spacing : -0.02em ; margin-bottom : 0.6rem ; }
6566 .page-intro p { font-size : 0.92rem ; color : var (--text-muted ); line-height : 1.7 ; max-width : 960px ; }
6667 .sections-overview { max-width : 1400px ; margin : 0 auto; padding : 0 3rem 2rem ; display : grid; grid-template-columns : 1fr 1fr 1fr ; column-gap : 2rem ; row-gap : 0 ; }
@@ -344,7 +345,7 @@ <h2>${sec.title}</h2>
344345 } ) ;
345346
346347 $ ( '#tab-research' ) . innerHTML = `
347- <div class="page-intro"><div class="page-intro-inner"><h1>Research</h1><p>${ D . research . intro } </p></div></div>
348+ <div class="page-intro"><div class="page-intro-inner bare "><h1>Research</h1><p>${ D . research . intro } </p></div></div>
348349 <div class="sections-overview">${ panels } ${ drawers } </div>` ;
349350
350351 // PUBLICATIONS
You can’t perform that action at this time.
0 commit comments