From 06720773cbbce7c737f24ab96c7f8bb80bd0382c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 2 Jan 2016 23:42:46 +0000 Subject: [PATCH] Display inline, not fixed to bottom --- static/src/less/navbar.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/src/less/navbar.less b/static/src/less/navbar.less index 1bbfc2c..bc503e7 100644 --- a/static/src/less/navbar.less +++ b/static/src/less/navbar.less @@ -57,7 +57,6 @@ &.align { @media (min-width: @screen-sm) { position: absolute; - bottom: 0; height: 52px; } @media (max-width: @screen-sm) { @@ -70,7 +69,6 @@ #navbar-anchor { position: absolute; - bottom: 0; height: 52px; }