Skip to content

Commit bee32d2

Browse files
Aditya PutatundaAditya Putatunda
authored andcommitted
style2
1 parent 5807596 commit bee32d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
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

0 commit comments

Comments
 (0)