aboutsummaryrefslogtreecommitdiffstats
path: root/site/static/styles/scss/_home.scss
diff options
context:
space:
mode:
Diffstat (limited to 'site/static/styles/scss/_home.scss')
-rw-r--r--site/static/styles/scss/_home.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/site/static/styles/scss/_home.scss b/site/static/styles/scss/_home.scss
index cdae0c5..49aab48 100644
--- a/site/static/styles/scss/_home.scss
+++ b/site/static/styles/scss/_home.scss
@@ -185,6 +185,15 @@ img#logo_top {
}
@media (min-width: 767px) { /* Center the navs when not collapsed */
+ .nav_bar_right {
+ float: right;
+ height: 50px;
+ }
+ .nav_bar_left {
+ float: left;
+ margin-left: 40px;
+ height: 50px;
+ }
.nav_bar_center {
text-align: center;
height: 50px;