diff --git a/public/index.html b/public/index.html
index 8bfc4fc..5b31a28 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2,7 +2,7 @@
-
+
diff --git a/src/components/layout/Footer.js b/src/components/layout/Footer.js
index ead154e..f70dde2 100644
--- a/src/components/layout/Footer.js
+++ b/src/components/layout/Footer.js
@@ -1,69 +1,51 @@
-import logo from "../../assets/logo.png";
-import img from "../../assets/Qr-code.png";
import { Link } from "react-router-dom";
import "../styles/footer.css";
const Footer = () => {
return (
-
-
+
);
};
diff --git a/src/components/pages/Hackathon.js b/src/components/pages/Hackathon.js
index 8a4a6b9..c09fc80 100644
--- a/src/components/pages/Hackathon.js
+++ b/src/components/pages/Hackathon.js
@@ -1,5 +1,4 @@
import React, { useState } from "react";
-import Customnav from "../layout/customnavbar";
import "../styles/hackathon.css";
import img1 from "../../assets/img1.png";
import HackCard from "../utilities/HackCard";
@@ -50,6 +49,7 @@ function Hackathon() {
} else if (item.cat === option) {
return item;
}
+ return null;
}).map((item) => {
return (
h3,
-.other-links > h3 ,.footer-link-group > h3 {
- background-color: var(--dark);
- color: #edfbfb !important;
- border-radius: 5px;
- padding: 0 5px;
- text-decoration: none;
+@media (max-width: 767px) {
+ .footer {
+ font-size: 14px;
+ }
+ .footer .footer-left,
+ .footer .footer-center,
+ .footer .footer-right {
+ display: block;
+ width: 100%;
+ margin-bottom: 40px;
+ text-align: center;
+ }
+ .footer .footer-center i {
+ margin-left: 0;
+ }
}