From 8e008c942130dda4171323dbaa8874b3a1277214 Mon Sep 17 00:00:00 2001 From: Jeppe Ernst Date: Tue, 24 Apr 2018 22:46:03 +0200 Subject: [PATCH] update totalt donated amount --- _config.yml | 2 +- _scss/module/_donationCounter.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index a1bd59e..f5d8533 100644 --- a/_config.yml +++ b/_config.yml @@ -21,7 +21,7 @@ description: >- # this means to ignore newlines until "baseurl:" baseurl: "" # the subpath of your site, e.g. /blog url: "https://ulovliglogning.dk" # the base hostname & protocol for your site, e.g. http://example.com donationCounter: - donated: 110000 + donated: 175000 goal: 250000 # multilanguage support diff --git a/_scss/module/_donationCounter.scss b/_scss/module/_donationCounter.scss index 4c4f060..49fe658 100644 --- a/_scss/module/_donationCounter.scss +++ b/_scss/module/_donationCounter.scss @@ -9,6 +9,7 @@ $donationCounter_percentFromGoal: 100 - ($donationCounter_donated / $donationCou background-size: 200%; background-position: 100%; bottom: 0px; + left: 0px; display: flex; flex-direction: column; justify-content: center;