Skip to content

Commit f02df20

Browse files
committed
Make further changes to the copy #20
1 parent 7212e27 commit f02df20

6 files changed

Lines changed: 11 additions & 0 deletions

File tree

src/pages/about.astro

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ const jsonLd = {
7878

7979
<ContentSection>
8080
<h2>Who we are</h2>
81+
<p class="about-team-intro">
82+
The Pathways technology team operates as a single, agile unit built on
83+
resilience, lean delivery, and continuous improvement. Our team spans
84+
software, product, UX, data, and infrastructure—combining these
85+
technical specialities with a shared, generalist approach to
86+
problem-solving. The eLife Pathways project is led by:
87+
</p>
8188
<ul>
8289
<li>
8390
<AboutContentItem
@@ -112,6 +119,10 @@ const jsonLd = {
112119
margin-block-end: clamp(2rem, calc(1.364rem + 3.182vw), 3.75rem);
113120
}
114121

122+
.about-team-intro {
123+
margin-block-end: clamp(2.5rem, calc(1.227rem + 6.364vw), 6rem);
124+
}
125+
115126
ul {
116127
list-style: none;
117128
margin: 0;
16.5 KB
Loading
19.3 KB
Loading
17.5 KB
Loading
13.8 KB
Loading
20.9 KB
Loading

0 commit comments

Comments
 (0)