made pages responsive to screen sizes
This commit is contained in:
parent
bf554230aa
commit
5864d72e4d
3 changed files with 12 additions and 2 deletions
|
|
@ -15,3 +15,13 @@
|
||||||
margin-left: 1.5em !important;
|
margin-left: 1.5em !important;
|
||||||
color: #039be5 !important;
|
color: #039be5 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header, main, footer {
|
||||||
|
padding-left: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 992px) {
|
||||||
|
header, main, footer {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% autoescape off %}
|
{% autoescape off %}
|
||||||
<div class="col s10 offset-s1">
|
<div class="col s12">
|
||||||
{{ html }}
|
{{ html }}
|
||||||
</div>
|
</div>
|
||||||
{% endautoescape %}
|
{% endautoescape %}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% autoescape off %}
|
{% autoescape off %}
|
||||||
<div class="col s10 offset-s1">
|
<div class="col s12">
|
||||||
{{ html }}
|
{{ html }}
|
||||||
</div>
|
</div>
|
||||||
{% endautoescape %}
|
{% endautoescape %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue