1
Fork 0

Display inline, not fixed to bottom

This commit is contained in:
Jake Howard 2016-01-02 23:42:46 +00:00
parent 58b6aad2d5
commit 06720773cb

View file

@ -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;
} }