From 05688614c08e60a8403065e511efba9f0fed2407 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Mon, 2 Mar 2015 23:49:21 +0100 Subject: [PATCH] No footer logo overflow on small screen --- css/crep.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/crep.css b/css/crep.css index 47e2eaa..09a7517 100755 --- a/css/crep.css +++ b/css/crep.css @@ -90,5 +90,6 @@ body #footer img { - height: 100px; + max-height: 100px; + max-width: 100%; } \ No newline at end of file -- libgit2 0.21.2