Commit d455ac22e58f079ec442ee696e6837d2b3aa3cb7
1 parent
1a48579e
Reduced Polytech Logo
Temp fix for menu being too small on phones
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
footer.php
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | <div class="col-md-6"> |
6 | 6 | <ul class="nav nav-pills nav-stacked"> |
7 | 7 | <li>Sponsorisé par PolytechLille</li> |
8 | - <li><img height="120" src="img/polytechlille.png" /></li> | |
8 | + <li><img height="100" src="img/polytechlille.png" /></li> | |
9 | 9 | </ul> |
10 | 10 | </div> |
11 | 11 | <div class="col-md-6"> | ... | ... |