mirror of https://github.com/ColorlibHQ/gentelella
Merge pull request #212 from sabueso/master
Fixed bottom sidebar part when resize lower than 992pxpull/216/head
commit
eb8bf2aa99
|
@ -665,9 +665,6 @@ footer {
|
||||||
padding: 15px 20px;
|
padding: 15px 20px;
|
||||||
display: block; }
|
display: block; }
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
footer {
|
|
||||||
margin-left: 230px; } }
|
|
||||||
.nav-sm footer {
|
.nav-sm footer {
|
||||||
margin-left: 70px; }
|
margin-left: 70px; }
|
||||||
|
|
||||||
|
@ -1447,6 +1444,9 @@ span.right {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
position: relative; }
|
position: relative; }
|
||||||
|
|
||||||
|
@media (min-width: 992px) {
|
||||||
|
footer {
|
||||||
|
margin-left: 230px; } }
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.tile_count .tile_stats_count {
|
.tile_count .tile_stats_count {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -691,11 +691,7 @@ footer {
|
||||||
padding: 15px 20px;
|
padding: 15px 20px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
@media (min-width: 768px) {
|
|
||||||
footer {
|
|
||||||
margin-left: 230px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.nav-sm footer {
|
.nav-sm footer {
|
||||||
margin-left: 70px ;
|
margin-left: 70px ;
|
||||||
}
|
}
|
||||||
|
@ -1563,6 +1559,13 @@ span.right {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 992px) {
|
||||||
|
footer {
|
||||||
|
margin-left: 230px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.tile_count .tile_stats_count {
|
.tile_count .tile_stats_count {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
Loading…
Reference in New Issue