because the page does not fit the screen?

-1

This is the page synergytech.com.co I do not know why it does not fit properly on the screen of a cell phone, will the images be? I have declared on the scale:

<meta name="viewport" content="width=device-width, initial-scale=1.0">

    
asked by Leonard Jusa Ockonell 09.10.2018 в 00:56
source

1 answer

0

It seems to me that animations.css is causing the problem. Checking the animations I noticed that at some moments the div with animations appeared on the side which increased the width of the page. Specifically for the bounce classes, this rule is: transform: translateX(400px) .

If you delete animations.css you will see that the page takes the right size.

    
answered by 09.10.2018 / 06:16
source