Fix month navigation columns display

This commit is contained in:
2023-01-15 22:47:42 +01:00
parent ee6fc48c90
commit 7982fac365

View File

@@ -9,9 +9,9 @@
<body> <body>
<h1>Prix du m³ de fioul pour Languidic</h1> <h1>Prix du m³ de fioul pour Languidic</h1>
<h2 class="row"> <h2 class="row">
<div class="col-3"><a href="{{ prev_page }}">[<]</a></div> <div class="col-4"><a href="{{ prev_page }}">[<]</a></div>
<div class="col-3" style="text-align:center">{{ displayed_month }}</div> <div class="col-4" style="text-align:center">{{ displayed_month }}</div>
<div class="col-3" style="text-align:right"><a href="{{ next_page }}">[>]</a></div> <div class="col-4" style="text-align:right"><a href="{{ next_page }}">[>]</a></div>
</h2> </h2>
<table id="results" class="u-full-width"> <table id="results" class="u-full-width">
<tr> <tr>