-Fixed bottom sidebar part when resize lower than 992px

This commit is contained in:
Ramiro 2016-06-17 18:53:23 +02:00
parent 9a971b41c4
commit 425437af05
3 changed files with 12 additions and 9 deletions

View file

@ -665,9 +665,6 @@ footer {
padding: 15px 20px;
display: block; }
@media (min-width: 768px) {
footer {
margin-left: 230px; } }
.nav-sm footer {
margin-left: 70px; }
@ -1447,6 +1444,9 @@ span.right {
white-space: nowrap;
position: relative; }
@media (min-width: 992px) {
footer {
margin-left: 230px; } }
@media (min-width: 992px) {
.tile_count .tile_stats_count {
margin-bottom: 10px;

File diff suppressed because one or more lines are too long

View file

@ -691,11 +691,7 @@ footer {
padding: 15px 20px;
display: block;
}
@media (min-width: 768px) {
footer {
margin-left: 230px;
}
}
.nav-sm footer {
margin-left: 70px ;
}
@ -1563,6 +1559,13 @@ span.right {
white-space: nowrap;
position: relative;
}
@media (min-width: 992px) {
footer {
margin-left: 230px;
}
}
@media (min-width: 992px) {
.tile_count .tile_stats_count {
margin-bottom: 10px;