From cbda8a22913f1103f4bccc094cad7c1d102ca927 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sun, 26 Feb 2023 20:54:31 +0100 Subject: [PATCH] Add background to facts --- sass/style.scss | 5 +++++ static/img/bg/1.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 static/img/bg/1.svg 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