+ 1
Почему появляется увеличенная ширина?
Что делать, подскажите. Что то сделал, но не знаю что и появился скрол в право https://code.sololearn.com/Wr51Bpk05qXf/?ref=app
1 ответ
+ 2
The reason is that some elements reserve a width greater than the screen width.
in your css code
1) replace line 25 by:
padding-left:2.8em;
2) then replace line 88 by:
width:calc(100% - 70px);
3) delete line 24