update totalt donated amount

This commit is contained in:
Jeppe Ernst 2018-04-24 22:46:03 +02:00
parent 14a365fe4c
commit 8e008c9421
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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;