From 5decebd3aa0b6f5bea80bdf2a8b663e220a2aa5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Let=C3=ADcia=20Camara?= Date: Thu, 25 Oct 2018 17:12:49 -0300 Subject: [PATCH] Fix testimonies font --- src/components/sections/TestimoniesSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (