File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,7 @@ import React, { Fragment } from 'react'
3
3
export default ( { err } ) => {
4
4
return (
5
5
< Fragment >
6
- < span className = "form-header" >
7
- Code Your Future
8
- < br /> Volunteer Application Form
9
- </ span >
6
+ < span className = "form-header" > Volunteer Application Form</ span >
10
7
< hr />
11
8
< p className = "form-description" >
12
9
Thank you for your interest. In order to ensure we’re a great fit,
Original file line number Diff line number Diff line change 75
75
margin : 60px 0 !important ;
76
76
}
77
77
.form-table-tr : hover {
78
- border-bottom : 1px solid rgb (194 , 193 , 193 );
79
- border-left : 1px solid rgb (194 , 193 , 193 );
78
+ border-bottom : 0.01px solid rgb (194 , 193 , 193 );
80
79
}
81
80
.form-table-tr-is-empty {
82
81
border-bottom : 1px solid rgb (250 , 26 , 26 );
You can’t perform that action at this time.
0 commit comments