diff options
Diffstat (limited to 'site/static/styles/scss')
-rw-r--r-- | site/static/styles/scss/_home.scss | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/site/static/styles/scss/_home.scss b/site/static/styles/scss/_home.scss index 49aab48..fa05bc6 100644 --- a/site/static/styles/scss/_home.scss +++ b/site/static/styles/scss/_home.scss @@ -176,7 +176,7 @@ html { .navbar-brand { padding: 0; - position: absolute; +/* position: absolute;*/ } img#logo_top { @@ -184,23 +184,27 @@ img#logo_top { height: 50px; } -@media (min-width: 767px) { /* Center the navs when not collapsed */ +@media (min-width: 767px) { .nav_bar_right { float: right; - height: 50px; +/* height: 50px;*/ } .nav_bar_left { float: left; - margin-left: 40px; +/* margin-left: 40px; height: 50px; +*/ } .nav_bar_center { text-align: center; - height: 50px; +/* height: 50px; +*/ } .nav_bar_center > ul { display: inline-block; +/* float: none; +*/ } } |