update totalt donated amount
This commit is contained in:
parent
14a365fe4c
commit
8e008c9421
|
@ -21,7 +21,7 @@ description: >- # this means to ignore newlines until "baseurl:"
|
||||||
baseurl: "" # the subpath of your site, e.g. /blog
|
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
|
url: "https://ulovliglogning.dk" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
donationCounter:
|
donationCounter:
|
||||||
donated: 110000
|
donated: 175000
|
||||||
goal: 250000
|
goal: 250000
|
||||||
|
|
||||||
# multilanguage support
|
# multilanguage support
|
||||||
|
|
|
@ -9,6 +9,7 @@ $donationCounter_percentFromGoal: 100 - ($donationCounter_donated / $donationCou
|
||||||
background-size: 200%;
|
background-size: 200%;
|
||||||
background-position: 100%;
|
background-position: 100%;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
|
left: 0px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
Loading…
Reference in a new issue