diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx
index f210d37..b0f7f00 100644
--- a/src/pages/Home.tsx
+++ b/src/pages/Home.tsx
@@ -4,7 +4,7 @@ import { Footer } from "../sectors/Footer/Footer";
const Home = (prop: { titulo: string }) => {
return (
-
+
);
};
diff --git a/src/styles/partials/navigation.scss b/src/styles/partials/navigation.scss
index b6719eb..935aad2 100644
--- a/src/styles/partials/navigation.scss
+++ b/src/styles/partials/navigation.scss
@@ -49,10 +49,10 @@
background-color: black;
}
.btn-close {
- color: white;
+ background-color: #c4c4c4;
}
.offcanvas {
- width: 100%;
+ width: 100% !important;
height: 585px;
}
}