mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-04 22:03:56 +01:00
improve space use
This commit is contained in:
parent
7b35b95bc5
commit
99f60a6dc8
2 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
{{ character.get_gender_display }}, {{ character.age }} ans, {{ character.height_m }}m, {{ character.weight }}kg (IMC: {{ character.imc }})
|
||||
</p>
|
||||
<div class="row">
|
||||
<div class="col-sm-6 col-lg-6 col-xl">
|
||||
<div class="col-sm-12 col-md-6 col-lg-6 col-xl">
|
||||
<table class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -59,7 +59,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-sm-6 col-lg-6 col-xl">
|
||||
<div class="col-sm-12 col-md-6 col-lg-6 col-xl">
|
||||
<table id="fight-table" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr><th scope="col" colspan="2">Combat</th></tr>
|
||||
|
@ -142,7 +142,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-8 col-lg-6 col-xl">
|
||||
<div class="col-sm-12 col-lg-6 col-xl">
|
||||
<table class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr><th scope="col" colspan="2">Énergie</th></tr>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="container-fluid">
|
||||
{% block content %}
|
||||
{% include "common/hello-random.html" %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue