made pages responsive to screen sizes
This commit is contained in:
parent
bf554230aa
commit
5864d72e4d
3 changed files with 12 additions and 2 deletions
|
|
@ -14,4 +14,14 @@
|
|||
.postlink {
|
||||
margin-left: 1.5em !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 %}
|
||||
{% block content %}
|
||||
{% autoescape off %}
|
||||
<div class="col s10 offset-s1">
|
||||
<div class="col s12">
|
||||
{{ html }}
|
||||
</div>
|
||||
{% endautoescape %}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
{% endblock %}
|
||||
{% block content %}
|
||||
{% autoescape off %}
|
||||
<div class="col s10 offset-s1">
|
||||
<div class="col s12">
|
||||
{{ html }}
|
||||
</div>
|
||||
{% endautoescape %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue