R
R
Ruslan Makarov2016-03-05 12:30:27
css
Ruslan Makarov, 2016-03-05 12:30:27

What happens to a site that is 767px wide?

Good day!
Tell me please, I've already broken my head ...
On the pages of the site , everything is displayed perfectly, until the browser window is compressed to a width of 767px.
Please help me find the error... Probably banal... But I've already wasted 2 hours :)
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anna_BS, 2016-03-05
@facepook

Write down

@media (max-width: 768px) {
.resumes-content .box {
   float: inherit;
}
.resumes-content {
    float: inherit;
}
}

P
Pavel, 2016-03-05
@mrusklon

go to css media and look there .panel-primary > .panel-heading

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question