diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2f0a789..5ba6ad5 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -34,6 +34,7 @@ a { button { padding: 0.25em; + margin: 0em 0.1em; } select { @@ -42,4 +43,8 @@ select { input { padding: 0.25em; +} + +#logout-button { + margin-left: 0.5em; } \ No newline at end of file