diff --git a/src/components/Navbar/Navbar.jsx b/src/components/Navbar/Navbar.jsx
index 54dc46e..2e3f3bd 100644
--- a/src/components/Navbar/Navbar.jsx
+++ b/src/components/Navbar/Navbar.jsx
@@ -1,6 +1,4 @@
import React, {useState} from 'react'
-import {HiOutlineMenuAlt4} from 'react-icons/hi'
-
import './NavbarStyles.css'
function Navbar() {
diff --git a/src/components/P1/CTO/CTO.astro b/src/components/P1/CTO/CTO.astro
index c2d1df3..a7ef5e7 100644
--- a/src/components/P1/CTO/CTO.astro
+++ b/src/components/P1/CTO/CTO.astro
@@ -1,5 +1,5 @@
---
-import "./CtoStyles.css";
+import "./CTOStyles.css";
---
diff --git a/src/components/P1/Footer/Footer.astro b/src/components/P1/Footer/Footer.astro
index 1f609c1..834beb3 100644
--- a/src/components/P1/Footer/Footer.astro
+++ b/src/components/P1/Footer/Footer.astro
@@ -12,9 +12,7 @@ import "./FooterStyles.css";
>
contact@lumeweb.com
diff --git a/src/components/P1/Footer/FooterStyles.css b/src/components/P1/Footer/FooterStyles.css
index 4c213a5..24a6759 100644
--- a/src/components/P1/Footer/FooterStyles.css
+++ b/src/components/P1/Footer/FooterStyles.css
@@ -1,6 +1,6 @@
.footer-li {
font-family: var(--font-family-jaldi);
- margin-inline: 5px;
+ margin-inline: 0.5vw;
list-style-type: none;
white-space: nowrap;
}
@@ -19,12 +19,26 @@
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
}
+
+ .footer-li {
+ margin-inline: 0.7vw;
+ }
}
@media (width >=900px) {
.footer-cards {
grid-template-columns: repeat(6, 1fr);
}
+
+ .footer-li {
+ margin-inline: 0.5vw;
+ }
+}
+
+@media (width <=600px) {
+ .footer-li {
+ margin-inline: 1vw;
+ }
}
.footer-logo {