From ab7f384014134bcfb2afb4264a6bccfe3f1aed95 Mon Sep 17 00:00:00 2001 From: nobswebdev Date: Sat, 29 Aug 2026 02:57:45 +0200 Subject: [PATCH] update websites info --- .../src/modules/storefrontCore/public/css/storefront.css | 7 +++++++ .../storefrontCore/views/partials/shop-footer.hbs | 9 ++++++--- deploy/DEPLOYMENT_GUIDE.md | 4 +--- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/backend/src/modules/storefrontCore/public/css/storefront.css b/backend/src/modules/storefrontCore/public/css/storefront.css index 5e7c616..3eb68f9 100644 --- a/backend/src/modules/storefrontCore/public/css/storefront.css +++ b/backend/src/modules/storefrontCore/public/css/storefront.css @@ -391,6 +391,13 @@ a:hover { justify-content: space-between; } +.sf-footer__start { + display: flex; + flex-wrap: wrap; + gap: var(--sf-space-4); + align-items: center; +} + .sf-theme-switcher { display: flex; flex-wrap: wrap; diff --git a/backend/src/modules/storefrontCore/views/partials/shop-footer.hbs b/backend/src/modules/storefrontCore/views/partials/shop-footer.hbs index a8c7268..7cc5e0e 100644 --- a/backend/src/modules/storefrontCore/views/partials/shop-footer.hbs +++ b/backend/src/modules/storefrontCore/views/partials/shop-footer.hbs @@ -1,8 +1,11 @@ diff --git a/deploy/DEPLOYMENT_GUIDE.md b/deploy/DEPLOYMENT_GUIDE.md index d870800..569bf24 100644 --- a/deploy/DEPLOYMENT_GUIDE.md +++ b/deploy/DEPLOYMENT_GUIDE.md @@ -20,12 +20,10 @@ docker compose version ```bash cd /root -git clone https://github.com//nullcart.git nullcart +git clone https://git.nobswebdev.com/nobswebdev/nullcart.git nullcart cd nullcart ``` -Replace `/nullcart` with your actual repository URL once published. - ## 4. Configure environment ```bash