___ ___ erkimt Div does not fit the screen ______ qstntxt ___

On the

link

I use the plugin animate link

So the array of %code% is thus by default

%pre%

While the site is screen beauty

But when you're on mobile, one of the %code% , which I can not identify, is too long ( %code% ).

Iwouldliketomake%code%havetheheightofyourinterior!

Howtodothisforsmallerscreens?

ButtheproblemisthatIcouldnotidentifywheretochange!

    
______azszpr304340___

Your problem is that you are using a %code% in the Mobile version that is too large. in your @media makes a rule to remove this %code% . See below in the image to see how I fixed the bug.

OBS: See in the Chrome DevTools panel that I remove from %code% o %code%

    

___
1

On the

link

I use the plugin animate link

So the array of divs is thus by default

<div class="aos-item" data-aos="fade-down">
  <div class="aos-item__inner">
      <img src="_img/bemVindo.png" />
  </div>
</div>

While the site is screen beauty

But when you're on mobile, one of the divs , which I can not identify, is too long ( height ).

I would like to make div have the height of your interior!

How to do this for smaller screens?

But the problem is that I could not identify where to change!

    
asked by anonymous 04.06.2018 / 19:18

1 answer

1

Your problem is that you are using a line-height in the Mobile version that is too large. in your @media makes a rule to remove this line-height . See below in the image to see how I fixed the bug.

OBS: See in the Chrome DevTools panel that I remove from .aos-item__inner o line-height: 260px;

    
04.06.2018 / 19:54