A
A
Aleksandr2016-06-07 12:05:20
HTML
Aleksandr, 2016-06-07 12:05:20

Leaving footer?

I decided to try boostrap 3 in the project here. Everything went more or less until I got to the footer.
When resizing to a mobile screen, the footer starts to behave inappropriately. Tell me what could be the problem. My own searches have yielded no results.
Here is a link to an
UPDATE example: if you inspect the footer, you can see that it went up anyway.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
HamSter, 2016-06-07
@Sashjkeee

problem in .flex-between { ... display: flex; ...}
Removes scrolling justify-content: flex-end;
*unless, of course, that's the problem
+.footer { clear: both; }

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question