Commit d05ef03b645f90866ab00ab250646b8101031d2f

Authored by Geoffrey PREUD'HOMME
1 parent 0f325835

Small space below footer

Looks nicer
Showing 2 changed files with 13 additions and 3 deletions   Show diff stats
css/crep.css
... ... @@ -67,3 +67,13 @@
67 67 width: 100%;
68 68 height: 400px;
69 69 }
  70 +
  71 +#footer
  72 +{
  73 + margin-bottom: 30px;
  74 +}
  75 +
  76 +#footer img
  77 +{
  78 + height: 100px;
  79 +}
70 80 \ No newline at end of file
... ...
footer.php
1   -<div class="container text-center">
  1 +<div id="footer" class="container text-center">
2 2 <hr />
3 3 <div class="row">
4 4 <div class="col-lg-12">
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="100" src="img/polytechlille.png" /></li>
  8 + <li><img src="img/polytechlille.png" /></li>
9 9 </ul>
10 10 </div>
11 11 <div class="col-md-6">
12 12 <ul class="nav nav-pills nav-stacked">
13 13 <li>Et par l'Université de Lille 1</li>
14   - <li><img height="100" src="img/lille1.png" /></li>
  14 + <li><img src="img/lille1.png" /></li>
15 15 </ul>
16 16 </div>
17 17 </div>
... ...