use span instead of small tag to remove subheader on small devices
This commit is contained in:
parent
6d8a1971df
commit
6b07181e90
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
{% load i18n %}
|
||||
|
||||
{% block title %}{% trans 'c3nav control panel' %}{% endblock %}
|
||||
{% block header_title %}<small>{% trans 'control panel' %}</small>{% endblock %}
|
||||
{% block header_title %}<span id="subheader">{% trans 'control panel' %}</span>{% endblock %}
|
||||
{% block header_title_url %}{% url 'control.index' %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
|
|
@ -64,7 +64,7 @@ header h1 img {
|
|||
max-width: none;
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
header h1 small {
|
||||
header h1 span#subheader {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue