Skip to content

Commit

Permalink
increase font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Woozl committed Aug 20, 2024
1 parent 649baa3 commit d551547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Explore.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function Explore() {
<Row>
<Col md={12}>
<h1>Drug - Disease Pairs</h1>
<p>
<p style={{ fontSize: '1.6rem' }}>
These drug-disease pairs were generated using a machine learning model to align with the nodes
in the ROBOKOP knowledge graph. They highlight potential associations between various drugs and
a broad range of diseases, suggesting possible avenues for further research. These connections
Expand All @@ -105,7 +105,7 @@ export default function Explore() {
<hr />

{isLoading ? 'Loading...' : (
<table style={{ fontSize: '1.5rem', width: '100%' }}>
<table style={{ fontSize: '1.6rem', width: '100%' }}>
<thead>
<tr>
<th style={{ textTransform: 'uppercase' }}>
Expand Down

0 comments on commit d551547

Please sign in to comment.