diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 4582e1e..2f0a789 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -30,4 +30,16 @@ a { #home-button { margin-right: auto; +} + +button { + padding: 0.25em; +} + +select { + padding: 0.25em; +} + +input { + padding: 0.25em; } \ No newline at end of file