Commit ec752829fef1e86cd7d6b86e6eda14e0b9047aec

Authored by grouille
1 parent fe22717a

Affichage du réseau

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -5,7 +5,7 @@ $raspberrys = getRaspberrys(); @@ -5,7 +5,7 @@ $raspberrys = getRaspberrys();
5 $nombre = count($raspberrys); 5 $nombre = count($raspberrys);
6 ?> 6 ?>
7 <div class="row"> 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 <br/> 9 <br/>
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> 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 <img src="img/computer.jpg" alt="Ordinateur" style="width:100%; height:auto;"> 11 <img src="img/computer.jpg" alt="Ordinateur" style="width:100%; height:auto;">