diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-08 07:58:46 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-08 07:58:46 +0300 |
commit | 2aba54753950fcef482b25bc7234d274ceff990a (patch) | |
tree | cd300bf7530a8ff7f693203e47dcacce2547b9ff /Views/Home | |
parent | 0105789fa319252d29424928ce7ac4e463d72d38 (diff) |
styles and sripts edit
Diffstat (limited to 'Views/Home')
-rw-r--r-- | Views/Home/Index.cshtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 95a5262..1d96040 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -27,8 +27,8 @@ <div class="container px-4 px-lg-5 d-flex h-100 align-items-center justify-content-center"> <div class="d-flex justify-content-center"> <div class="text-center"> - <img class="mx-auto my-0" height="140" src="assets/img/logo.svg"/> - <h2 class="text-white-50 mx-auto mt-2 mb-5">>Нижнее бельё ручной работы по индивидуальным меркам</h2> + <img class="mx-auto my-0" height="140" src="/assets/img/logo.svg"/> + <h2 class="text-white-50 mx-auto mt-2 mb-5">Нижнее бельё ручной работы по индивидуальным меркам</h2> <a class="btn btn-primary" href="#about">Узнать больше</a> </div> </div> |