mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-04 22:03:56 +01:00
Fix paths on mobile
This commit is contained in:
parent
10764aaf98
commit
f24ebb567f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{% load character_extras %}
|
||||
<div class="col col-md-6 col-xl-4">
|
||||
<div class="col-12 col-md-6 col-xl-4">
|
||||
<div class="card">
|
||||
<h5 class="card-header">
|
||||
{{ path.display_name }} ({{ path|max_rank:character }})
|
||||
|
|
Loading…
Reference in a new issue