Commit 05688614c08e60a8403065e511efba9f0fed2407

Authored by Geoffrey PREUD'HOMME
1 parent 463a19bd

No footer logo overflow on small screen

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
@@ -90,5 +90,6 @@ body @@ -90,5 +90,6 @@ body
90 90
91 #footer img 91 #footer img
92 { 92 {
93 - height: 100px; 93 + max-height: 100px;
  94 + max-width: 100%;
94 } 95 }
95 \ No newline at end of file 96 \ No newline at end of file