Skip to content

Commit 1c77c46

Browse files
authored
Merge pull request #45 from CodeYourFuture/design/suggestion
Nima's suggestion
2 parents afbfcac + 7851e30 commit 1c77c46

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/Components/forms/header.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ import React, { Fragment } from 'react'
33
export default ({ err }) => {
44
return (
55
<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>
107
<hr />
118
<p className="form-description">
129
Thank you for your interest. In order to ensure we’re a great fit,

src/Components/forms/index.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@
7575
margin: 60px 0 !important;
7676
}
7777
.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);
8079
}
8180
.form-table-tr-is-empty {
8281
border-bottom: 1px solid rgb(250, 26, 26);

0 commit comments

Comments
 (0)