GITLAB
LeClubInfo
/
crep
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
05688614c08e60a8403065e511efba9f0fed2407
Authored by
Geoffrey PREUD'HOMME
2015-03-02 23:49:21 +0100
1 parent
463a19bd
No footer logo overflow on small screen
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
css/crep.css
Inline
Side-by-side
css/crep.css
Wrap text
Show/Hide comments
View file @
0568861
...
...
@@ -90,5 +90,6 @@ body
90
90
91
91
#footer img
92
92
{
93
- height: 100px;
93
+ max-height: 100px;
94
+ max-width: 100%;
94
95
}
95
96
\ No newline at end of file
...
...