From 2c6ee93cb9275b97fab7af1be956cf8958bf31f8 Mon Sep 17 00:00:00 2001 From: Reda Lazri Date: Mon, 12 Sep 2016 19:41:42 +0100 Subject: [PATCH] Make the logos visible on mobile --- css/master.css | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/css/master.css b/css/master.css index 1e341fc..94fb2b5 100644 --- a/css/master.css +++ b/css/master.css @@ -451,23 +451,6 @@ li.neutral { background-color: #F5FFF7; } -.charities img { - - filter: brightness(0.39) contrast(150%) opacity(0.6) saturate(0); - - transition: .3s all ease; - - -} - -.charities img:hover { - - filter: brightness(1) contrast(100%) opacity(1) saturate(1); - - transform: scale(1.1); - - -} /*Licenses*/ .licenses { margin-bottom: 0; @@ -595,9 +578,20 @@ footer a:hover { text-align: left; } + .charities img { width: 80%; + filter: brightness(0.39) contrast(150%) opacity(0.6) saturate(0); + + transition: .3s all ease; } + + .charities img:hover { + filter: brightness(1) contrast(100%) opacity(1) saturate(1); + + transform: scale(1.1); + } + /*Footer*/ .footer-logo { margin-bottom: 0; -- 2.25.1