title/artist translation in 2 lines on mobile. hide - on mobile
This commit is contained in:
parent
67f76dbd66
commit
d314ceb7ae
3 changed files with 18 additions and 7 deletions
|
|
@ -22,9 +22,9 @@
|
|||
</div>
|
||||
</a>
|
||||
<nav>
|
||||
<a href="{% url 'films'%}">films - 影片</a>
|
||||
<a href="{% url 'texts' %}">assemblies - 组件</a>
|
||||
<a href="{% url 'about' %}">about - 關於</a>
|
||||
<a href="{% url 'films'%}">films <span class="hide-mobile">-</span> 影片</a>
|
||||
<a href="{% url 'texts' %}">assemblies <span class="hide-mobile">-</span> 组件</a>
|
||||
<a href="{% url 'about' %}">about <span class="hide-mobile">-</span> 關於</a>
|
||||
</nav>
|
||||
</div>
|
||||
<main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue