Skip to content

Commit

Permalink
Adjust form for new campaign
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Sep 20, 2021
1 parent 8346d0f commit eca2bc1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
5 changes: 5 additions & 0 deletions field_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"required": true,
"pattern": ".+"
},
"phone": {
"id": 400,
"content": "**Phone:** ",
"pattern": ".+"
},
"github": {
"id": 500,
"content": "**GitHub Username:** "
Expand Down
Binary file removed public/logo.png
Binary file not shown.
1 change: 1 addition & 0 deletions public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@ a:hover {
header {
width: 100vw;
padding: 24px;
background-color: #1d1234;
background-color: #000;
text-align: center;
}

header img {
width: 50vw;
max-width: 300px;
height: 100px;
}

.container {
Expand Down
Loading

0 comments on commit eca2bc1

Please sign in to comment.