From d96d185f1af341d3e6313e7a327e3987cccba504 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 23 Mar 2023 10:51:11 +0100 Subject: [PATCH] Fix wrap in facts --- sass/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sass/style.scss b/sass/style.scss index b7828ba..2c0b78f 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -268,7 +268,8 @@ body.noscroll { .facts { text-align: center; margin-top: 2rem; - padding: 5rem 0; + padding-top: 5rem; + padding-bottom: 5rem; background-image: url("/static/img/bg/1.svg"); background-repeat: no-repeat; background-position: top center;