Header responsiveness
This commit is contained in:
parent
9ebaa1b7cf
commit
b44e07b41c
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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' %}">
|
||||
|
|
Loading…
Add table
Reference in a new issue