Commit ec752829fef1e86cd7d6b86e6eda14e0b9047aec
1 parent
fe22717a
Affichage du réseau
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/network.php
... | ... | @@ -5,7 +5,7 @@ $raspberrys = getRaspberrys(); |
5 | 5 | $nombre = count($raspberrys); |
6 | 6 | ?> |
7 | 7 | <div class="row"> |
8 | - <div class="col-4 col-md-4 offset-md-4 offset-4"> | |
8 | + <div class="col-6 col-md-6 offset-md-3 offset-3"> | |
9 | 9 | <br/> |
10 | 10 | <h1 style="margin-bottom:20px; margin-top:60px; border-bottom:1px solid #CCC; padding-bottom:20px;"><i class="fas fa-project-diagram"></i> Le réseau</h1> |
11 | 11 | <img src="img/computer.jpg" alt="Ordinateur" style="width:100%; height:auto;"> | ... | ... |