diff --git a/styles/styles.css b/styles/styles.css index 660c393..089c46b 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -82,7 +82,6 @@ body { width: 90%; border: 1px solid lightgrey; border-radius: 5px; - padding: 15px; font-size: 1.1rem; background-color: #4af626; font-weight: bold; @@ -91,6 +90,9 @@ body { .signup-link { text-decoration: none; color: #111; + width: 100%; + height: 100%; + padding: 15px; } .signup-button:hover {