Skip to content

Commit

Permalink
changed width of contact form image
Browse files Browse the repository at this point in the history
  • Loading branch information
dschien committed Feb 7, 2018
1 parent d019aaa commit 17ac91a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/form_flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,6 @@ The final bit of sugar is to highlight errors with a bit of colour. Bootstrap do
The form html does become a bit hard to read, I admit, but it looks good to the user.
<a href="url"><img src="https://github.com/dschien/santas-grotto/raw/master/doc/validation.png" align="left" width="348" >
</a>
<br/>
```html
Expand All @@ -264,4 +261,7 @@ The form html does become a bit hard to read, I admit, but it looks good to the
<button type="submit" class="btn btn-primary">Submit</button>
</form>
```
```
<a href="url"><img src="https://github.com/dschien/santas-grotto/raw/master/doc/validation.png" align="left" width="348"></a>

0 comments on commit 17ac91a

Please sign in to comment.