Skip to content

Commit f817b66

Browse files
committed
update hero text size
1 parent 3939a15 commit f817b66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/biorepo_components/BiorepoHomePageContent.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ export default function BiorepoHomePageContent() {
142142
</div>
143143
<div id="hero-content" className={classes.heroContent}>
144144
<div id="content-title" className={classes.lightBrownDiv}>
145-
<Typography variant="h3" color="white" component="h3" style={{ fontSize: 'min(3rem, 2.75cqw)' }}>
145+
<Typography variant="h3" color="white" component="h3" style={{ fontSize: 'clamp(1rem, 3.5vw, 2rem)' }}>
146146
NEON Biorepository Sample Portal at Arizona State University
147147
</Typography>
148-
<Typography variant="h6" color="white" component="h6" style={{ fontSize: 'min(1.5rem, 1.3cqw)' }}>
148+
<Typography variant="h6" color="white" component="h6" style={{ fontSize: 'clamp(.2rem, 2.3vw, 1rem)' }}>
149149
Find data on archived physical samples and information on how to request a loan from the Biorepository, our primary sample and specimen collection.
150150
</Typography>
151151
</div>

0 commit comments

Comments
 (0)