diff --git a/sass/style.scss b/sass/style.scss index b19393b..acca652 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -231,7 +231,12 @@ body.noscroll { .facts { text-align: center; + margin-top: 2rem; padding-top: 5rem; + background-image: url("/static/img/bg/1.svg"); + background-repeat: no-repeat; + background-position: top center; + background-size: 100% auto; .title { display: block; diff --git a/static/img/bg/1.svg b/static/img/bg/1.svg new file mode 100644 index 0000000..123f821 --- /dev/null +++ b/static/img/bg/1.svg @@ -0,0 +1 @@ + \ No newline at end of file