| Index: static/scss/layout/_navbar.scss |
| =================================================================== |
| --- a/static/scss/layout/_navbar.scss |
| +++ b/static/scss/layout/_navbar.scss |
| @@ -32,43 +32,23 @@ |
| .js #navbar |
| { |
| position: fixed; |
| z-index: 1; |
| top: 0; |
| left: 0; |
| } |
| -.site-title |
| -{ |
| - margin: 0; |
| - font-size: 17px; |
| - line-height: 64px; |
| - word-spacing: -2px; |
| -} |
| - |
| -.site-title a |
| -{ |
| - color: $primary-fg; |
| - text-decoration: none; |
| - font-weight: 300; |
| -} |
| - |
| -.site-title a strong |
| -{ |
| - font-weight: 400; |
| -} |
| - |
| @media(min-width: $sidebar-breakpoint-x) |
| { |
| - html[dir="rtl"] .site-title |
| + html[dir="rtl"] #navbar-logo |
| { |
| margin-right: $sidebar-width; |
| } |
| - html[dir="ltr"] .site-title |
| + html[dir="ltr"] #navbar-logo |
| { |
| margin-left: $sidebar-width; |
| } |
| } |
| @media(max-width: $sidebar-breakpoint-x - 1) |
| { |
| .js #navbar |