Skip to content

Commit

Permalink
style(client): increase width of epivar about page
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jan 17, 2024
1 parent f8c86e6 commit f41c6c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/src/components/pages/AboutPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const AboutPage = () => {

return <Container className="Page">
<Row>
<Col md="12" lg={{size: 10, offset: 1}}>
<Col md="12">
<h2>About the EpiVar Browser</h2>
<h3>Approach</h3>
<p>
Expand Down Expand Up @@ -62,10 +62,10 @@ const AboutPage = () => {
</Col>
</Row>
<Row>
<Col md="12" lg={{size: 10, offset: 1}}>
<Col md="12">
<h3>Team</h3>
</Col>
<Col sm="12" md="5" lg={{size: 4, offset: 1}}>
<Col sm="12" md="5">
<h4>McGill University / Kyoto University</h4>
<ul>
<li>Alain Pacis</li>
Expand All @@ -83,7 +83,7 @@ const AboutPage = () => {
<li>Guillaume Bourque</li>
</ul>
</Col>
<Col sm="12" md="7" lg="6">
<Col sm="12" md="7">
<h4>University of Chicago / Universit&eacute; de Montr&eacute;al</h4>
<ul>
<li>Katherine A Aracena</li>
Expand All @@ -100,7 +100,7 @@ const AboutPage = () => {
</Col>
</Row>
<Row>
<Col md="12" lg={{size: 10, offset: 1}}>
<Col md="12">
<h3>Funding and Support</h3>
<p>
This work was supported by a Canada Institute of Health Research (CIHR) program grant (CEE-151618) for the
Expand Down

0 comments on commit f41c6c5

Please sign in to comment.