Display inline, not fixed to bottom
This commit is contained in:
parent
58b6aad2d5
commit
06720773cb
1 changed files with 0 additions and 2 deletions
|
@ -57,7 +57,6 @@
|
||||||
&.align {
|
&.align {
|
||||||
@media (min-width: @screen-sm) {
|
@media (min-width: @screen-sm) {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
@media (max-width: @screen-sm) {
|
@media (max-width: @screen-sm) {
|
||||||
|
@ -70,7 +69,6 @@
|
||||||
|
|
||||||
#navbar-anchor {
|
#navbar-anchor {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue