From af4ab46e3c466a0caf5fbabc6d9264b1dc260496 Mon Sep 17 00:00:00 2001 From: Olexa Petrenko Date: Tue, 26 Sep 2023 01:14:48 +0300 Subject: [PATCH] landing styles update --- frontend/views/landing/view.php | 3 +++ frontend/web/css/css_min.css | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/views/landing/view.php b/frontend/views/landing/view.php index 0d32272..d724015 100644 --- a/frontend/views/landing/view.php +++ b/frontend/views/landing/view.php @@ -16,6 +16,9 @@ + + + <?=$seo->title; ?> diff --git a/frontend/web/css/css_min.css b/frontend/web/css/css_min.css index 334747e..051c5eb 100644 --- a/frontend/web/css/css_min.css +++ b/frontend/web/css/css_min.css @@ -1980,7 +1980,7 @@ a:hover { left: 0; top: 0.5rem; content: ''; - background: url("../imgs/icons/arrow-green.png") 50% 50% no-repeat; } + background: url("../../storage/landing/icons/arrow-green.png") 50% 50% no-repeat; } .opportunities-right_btn a { width: 306px; @@ -2531,7 +2531,7 @@ ol li:before { left: 0; top: 0.3125rem; content: ''; - background: url("../imgs/icons/arrow-green.png") 50% 50% no-repeat; } + background: url("../../storage/landing/icons/arrow-green.png") 50% 50% no-repeat; } .netbilling { width: inherit; -- libgit2 0.21.4