diff options
author | Mark Powers <markppowers0@gmail.com> | 2019-07-16 18:42:28 -0400 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2019-07-16 18:42:28 -0400 |
commit | a73da0d736a50b7fb10f010b9ae4cc3e551c59e7 (patch) | |
tree | 3fc2dc724505c515e7c71ffc1dc61a0176700a0e /src/css | |
parent | 7d0aa00e74b1ed2ea2cab9afaf8eb7b7f9280d3d (diff) |
Add email form
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/css/styles.css b/src/css/styles.css index e9677ed..f0f90d2 100644 --- a/src/css/styles.css +++ b/src/css/styles.css @@ -103,7 +103,7 @@ p { .card img { width: 400px; } - form input[type=text], input[type=password] { + form input[type=text], input[type=password], input[type=email] { max-width: 600px; } form textarea { @@ -176,7 +176,7 @@ form { width: 85%; } -input[type=text], input[type=password] { +input[type=text], input[type=password], input[type=email] { height:1.5em; width: 100%; display: block; |