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() {
|
render() {
|
||||||
const { activeItem, maxLength } = this.state;
|
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 (
|
return (
|
||||||
<span>
|
<span>
|
||||||
|
|
Loading…
Reference in a new issue