Fix testimonies font
This commit is contained in:
parent
c6912c8dd5
commit
5decebd3aa
1 changed files with 1 additions and 1 deletions
|
@ -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 (
|
||||
<span>
|
||||
|
|
Loading…
Reference in a new issue