Header responsiveness

This commit is contained in:
Oleg Lavrovsky 2018-06-02 14:49:30 +02:00
parent 9ebaa1b7cf
commit b44e07b41c
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,6 @@
@import 'paper/variables';
@import '../libs/bootstrap-sass/assets/stylesheets/bootstrap';
@import '../libs/cookieconsent/build/cookieconsent.min.css';
@import 'paper/bootswatch';
// Modules
@ -25,6 +24,7 @@ body {
@include max-screen(480px) {
#responsive { display: none !important; }
.arrow:before { display: none; }
a.navbar-brand { max-width: 80%; }
}
$slider-nav: 200px;

View File

@ -38,3 +38,4 @@
{% if site_root.slug == "sphc" %}
<link rel="stylesheet" type="text/css" href="{% static 'css/sphc.css' %}">
{% endif %}
<link rel="stylesheet" type="text/css" href="{% static 'libs/cookieconsent/build/cookieconsent.min.css' %}">