From 1d2296d26f3e387a8fdbcb8aab2cef42d0864377 Mon Sep 17 00:00:00 2001 From: e20178dulanga Date: Fri, 11 Oct 2024 08:44:42 +0530 Subject: [PATCH] Contact page updated --- front-end/src/App.jsx | 1 - front-end/src/components/Contact.module.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/front-end/src/App.jsx b/front-end/src/App.jsx index ddd6efaa..f67d693e 100644 --- a/front-end/src/App.jsx +++ b/front-end/src/App.jsx @@ -4,7 +4,6 @@ import Header from "./components/Header"; import Footer from "./components/Footer"; import './components/Header.css' import './components/Overview.css' -import './components/Contact.css' import './components/Team.css' import './components/News.css' import './components/Download.css' diff --git a/front-end/src/components/Contact.module.css b/front-end/src/components/Contact.module.css index cf53656f..b8d7d1c0 100644 --- a/front-end/src/components/Contact.module.css +++ b/front-end/src/components/Contact.module.css @@ -111,7 +111,7 @@ .contactUsForm img{ width: auto; height: 400px; - margin-top: 20px; + margin-top: 205px; margin-right: 20px; margin-left: 20px; }