From: Reda Lazri Date: Mon, 12 Sep 2016 18:41:42 +0000 (+0100) Subject: Make the logos visible on mobile X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2c6ee93cb9275b97fab7af1be956cf8958bf31f8;p=fsf-giving-guide.git Make the logos visible on mobile --- 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;