Tested more and found I had my find button css in error, corrected.

Signed-off-by: Rick Hays <rhays@haysgang.com>
This commit is contained in:
2019-09-25 21:18:46 -05:00
parent 5eb001403a
commit a8eda42e64
3 changed files with 11 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ body
}
div#latitute_input
{
margin: 10px auto;
margin: 20px auto;
text-align: left;
width: 80%;
@@ -73,7 +73,7 @@ body
}
div#longitude_input
{
margin: 10px auto;
margin: 20px auto;
width: 80%;
div#longitude_input_label
@@ -92,7 +92,9 @@ body
}
div#submit_button
{
padding: 20px 0 20px 180px;
margin: 20px auto;
padding-top: 20px;
text-align: left;
width: 80%;
}
}