Skip to content

Commit

Permalink
fix responsive online table
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-LJ committed Jun 24, 2024
1 parent a4109ab commit efd86c9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions Online-Maps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h3 id="cartes-disponibles">Cartes disponibles:</h3>

<div class="responsive-columns" style="justify-content: center">
<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand All @@ -107,7 +107,7 @@ <h3 style="text-align:center; justify-content: center">🇫🇷 France</h3>
</div>

<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand Down Expand Up @@ -142,7 +142,7 @@ <h4 style="text-align:center; justify-content: center">Comunitat Valenciana</h4>
</div>

<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand All @@ -162,7 +162,7 @@ <h3 style="text-align:center; justify-content: center">🇳🇴 Norvège</h3>
</div>

<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand All @@ -184,7 +184,7 @@ <h3 style="text-align:center; justify-content: center">🇨🇭 Suisse</h3>
</div>

<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand All @@ -211,7 +211,7 @@ <h3 style="text-align:center; justify-content: center">🇦🇹 Autriche</h3>
</div>

<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand All @@ -233,7 +233,7 @@ <h3 style="text-align:center; justify-content: center">🇧🇪 Belgique</h3>
</div>

<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand Down
14 changes: 7 additions & 7 deletions Online-Maps/index_EN.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h3 id="cartes-disponibles">Available maps :</h3>

<div class="responsive-columns" style="justify-content: center">
<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand All @@ -107,7 +107,7 @@ <h3 style="text-align:center; justify-content: center">🇫🇷 France</h3>
</div>

<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand Down Expand Up @@ -142,7 +142,7 @@ <h4 style="text-align:center; justify-content: center">Comunitat Valenciana</h4>
</div>

<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand All @@ -162,7 +162,7 @@ <h3 style="text-align:center; justify-content: center">🇳🇴 Norway</h3>
</div>

<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand All @@ -184,7 +184,7 @@ <h3 style="text-align:center; justify-content: center">🇨🇭 Switzerland</h3>
</div>

<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand All @@ -211,7 +211,7 @@ <h3 style="text-align:center; justify-content: center">🇦🇹 Austria</h3>
</div>

<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand All @@ -233,7 +233,7 @@ <h3 style="text-align:center; justify-content: center">🇧🇪 Belgium</h3>
</div>

<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand Down
14 changes: 7 additions & 7 deletions Online-Maps/index_ES.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h3 id="cartes-disponibles">Mapas disponibles:</h3>

<div class="responsive-columns" style="justify-content: center">
<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand All @@ -109,7 +109,7 @@ <h3 style="text-align:center; justify-content: center">🇫🇷 Francia</h3>
</div>

<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand Down Expand Up @@ -144,7 +144,7 @@ <h4 style="text-align:center; justify-content: center">Comunitat Valenciana</h4>
</div>

<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand All @@ -164,7 +164,7 @@ <h3 style="text-align:center; justify-content: center">🇳🇴 Noruega</h3>
</div>

<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand All @@ -186,7 +186,7 @@ <h3 style="text-align:center; justify-content: center">🇨🇭 Suiza</h3>
</div>

<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand All @@ -213,7 +213,7 @@ <h3 style="text-align:center; justify-content: center">🇦🇹 Austria</h3>
</div>

<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand All @@ -235,7 +235,7 @@ <h3 style="text-align:center; justify-content: center">🇧🇪 Bélgica</h3>
</div>

<div>
<table>
<table style="min-width: 200px;">
<thead>
<tr>
<th>
Expand Down

0 comments on commit efd86c9

Please sign in to comment.