Skip to content

Commit 75bf193

Browse files
deleted codes that ain't in use
1 parent 87c0474 commit 75bf193

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

src/components/ContactUs/Contact.css

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -86,29 +86,6 @@ input[type="email"]:focus {
8686
padding: 8px 0px;
8787
}
8888

89-
/* .contactInfo {
90-
background-color: #50505a;
91-
padding: 10px;
92-
height: auto;
93-
font-size: 14px;
94-
width: 280px;
95-
max-width: 100%;
96-
display: flex;
97-
border-radius: 5px;
98-
color: white;
99-
margin-left: 60px;
100-
}
101-
102-
@media (max-width: 600px){
103-
.contactInfo{
104-
margin-left: 0px;
105-
}
106-
}
107-
108-
.email {
109-
padding-left: 10px;
110-
margin: 0 5px 0 15px;
111-
} */
11289

11390
@media (max-width: 875px) {
11491
/*Mobile View */

src/components/ContactUs/Contact.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,6 @@ export default function Contact() {
6969
Thanks for contacting us! <br /> We will try to revert back as soon as possible!
7070
</div>
7171
}
72-
73-
{/* <a href="mailto:[email protected]" className="contactInfo">
74-
<div>
75-
<span className="email" ></span>
76-
77-
</div>
78-
</a> */}
7972
</form>
8073
</div>
8174
);

0 commit comments

Comments
 (0)