From: Reda Lazri <the.red.shortcut@gmail.com> Date: Sat, 5 Nov 2016 15:52:19 +0000 (+0100) Subject: Fixed the Actions X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=563a831edb1707d037c79f9426d1c3fd294db209;p=fsf-giving-guide.git Fixed the Actions --- diff --git a/css/master.css b/css/master.css index f6cb4cc..b9201de 100644 --- a/css/master.css +++ b/css/master.css @@ -266,6 +266,8 @@ section { .action { position: relative; + padding-top: 30px; + padding-bottom: 30px; } .action-button { @@ -279,6 +281,7 @@ section { background: #FFD429; color: #4B423B; font-size: 22px; + box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15); font-family: "Signika Regular"; } @@ -287,6 +290,11 @@ section { color: white; } +.actions p { + font-size: 15px; + color: #8a6d3b; +} + /*Comparisons*/ .title { diff --git a/givingguide.html b/givingguide.html index a3062eb..02b25de 100644 --- a/givingguide.html +++ b/givingguide.html @@ -113,7 +113,7 @@ <div class="action col-md-4 col-sm-4 text-center"> <a class="action-button" href="https://www.fsf.org/share?u=https://www.fsf.org/givingguide/&t=Check out the Free Software Foundation Ethical Tech Giving Guide">Share</a> <p> - Use #givefreely. You might get a gift out of it! + Use <span class="label label-default">#givefreely</span>. You might get a gift out of it! </p> </div> <!-- End Action --> diff --git a/img/charities/sflc.png b/img/charities/sflc.png index 44250ae..6e677d8 100644 Binary files a/img/charities/sflc.png and b/img/charities/sflc.png differ