Index: static/scss/layout/_header.scss |
=================================================================== |
--- a/static/scss/layout/_header.scss |
+++ b/static/scss/layout/_header.scss |
@@ -9,16 +9,20 @@ |
// help.eyeo.com is distributed in the hope that it will be useful, |
// but WITHOUT ANY WARRANTY; without even the implied warranty of |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
// GNU General Public License for more details. |
// |
// You should have received a copy of the GNU General Public License |
// along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>. |
+/******************************************************************************* |
+ * Site Header |
+ ******************************************************************************/ |
+ |
#site-header |
{ |
min-height: $site-header-height; |
font-size: $small-font; |
line-height: $site-header-content-line-height; |
} |
#site-title |
@@ -60,17 +64,18 @@ |
float: left; |
} |
.no-js .toggle-navbar-collapse |
{ |
display: none; |
} |
-// Minimal header for non-product pages |
+/* Minimal header for non-product pages |
+ ******************************************************************************/ |
@media (min-width: $tablet-breakpoint) |
{ |
.site-header-minimal .navbar-collapse |
{ |
text-align: right; |
} |