File tree Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Expand file tree Collapse file tree 2 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -86,29 +86,6 @@ input[type="email"]:focus {
86
86
padding : 8px 0px ;
87
87
}
88
88
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
- } */
112
89
113
90
@media (max-width : 875px ) {
114
91
/*Mobile View */
Original file line number Diff line number Diff line change @@ -69,13 +69,6 @@ export default function Contact() {
69
69
Thanks for contacting us! < br /> We will try to revert back as soon as possible!
70
70
</ div >
71
71
}
72
-
73
- { /* <a href="mailto:[email protected] " className="contactInfo">
74
- <div>
75
- <span className="email" ></span>
76
-
77
- </div>
78
- </a> */ }
79
72
</ form >
80
73
</ div >
81
74
) ;
You can’t perform that action at this time.
0 commit comments