diff --git a/src/components/sections/TestimoniesSection.js b/src/components/sections/TestimoniesSection.js index 311186d..66b4bbd 100644 --- a/src/components/sections/TestimoniesSection.js +++ b/src/components/sections/TestimoniesSection.js @@ -68,7 +68,7 @@ class TestimoniesSection extends React.Component { render() { const { activeItem, maxLength } = this.state; - const fontSize = (this.state.width > 1000) ? 16 * (1 + (this.state.width/2000)): 16; + const fontSize = (this.state.width > 1000) ? 16 * (1 + (this.state.width/4000)): 16; return (