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