Skip to content

Commit e68b94b

Browse files
committed
Set a max width on the text rotator on homepage
1 parent f5788b8 commit e68b94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/splash-viz/splash-viz.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default class SplashViz extends React.Component {
1212
<section className="splash-viz">
1313
<h1 className="splash-viz__heading">
1414
<span> bundle your</span>
15-
<TextRotator repeatDelay={ 5000 }>
15+
<TextRotator repeatDelay={ 5000 } maxWidth={ 110 }>
1616
<span> assets </span>
1717
<span> scripts </span>
1818
<span> images </span>

0 commit comments

Comments
 (0)