improve space use

This commit is contained in:
Gabriel Augendre 2022-10-31 01:02:16 +01:00
parent 7b35b95bc5
commit 99f60a6dc8
2 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@
{{ character.get_gender_display }}, {{ character.age }} ans, {{ character.height_m }}m, {{ character.weight }}kg (IMC: {{ character.imc }}) {{ character.get_gender_display }}, {{ character.age }} ans, {{ character.height_m }}m, {{ character.weight }}kg (IMC: {{ character.imc }})
</p> </p>
<div class="row"> <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"> <table class="table table-hover table-sm">
<thead> <thead>
<tr> <tr>
@ -59,7 +59,7 @@
</tbody> </tbody>
</table> </table>
</div> </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"> <table id="fight-table" class="table table-hover table-sm">
<thead> <thead>
<tr><th scope="col" colspan="2">Combat</th></tr> <tr><th scope="col" colspan="2">Combat</th></tr>
@ -142,7 +142,7 @@
</tbody> </tbody>
</table> </table>
</div> </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"> <table class="table table-hover table-sm">
<thead> <thead>
<tr><th scope="col" colspan="2">Énergie</th></tr> <tr><th scope="col" colspan="2">Énergie</th></tr>

View file

@ -21,7 +21,7 @@
</style> </style>
</head> </head>
<body> <body>
<div class="container"> <div class="container-fluid">
{% block content %} {% block content %}
{% include "common/hello-random.html" %} {% include "common/hello-random.html" %}
{% endblock %} {% endblock %}