K
K
kirillgenets2018-03-28 21:45:07
css
kirillgenets, 2018-03-28 21:45:07

There is some indentation in zoom mode. What is the problem?

In the landing page, when you turn on the zoom mode in the Chrome browser, an indent appears between the two blocks. What can be wrong? 5abbe27dc3513149043116.png5abbe281692a0180053692.png
Sandbox code: https://jsfiddle.net/yxn17375/6/

Answer the question

In order to leave comments, you need to log in

2 answer(s)
�
ⓒⓢⓢ, 2018-03-29
@kirillgenets

the code in the sandbox is some kind of curve, different from your screenshots
https://yadi.sk/i/kbxD6tP63TroMP
Try it offhand:

header {
    padding-top: 20px;
    padding-bottom: 365px;
}

Replaced by:
header {
    padding-top: 20px;
    height: 100vh;
}

V
Vladislav, 2018-03-28
@MrRadar

Throw this element in jsfiddle ) . So just don't say

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question