diff --git a/styles/style.css b/styles/style.css index 142a962..6ae6f17 100644 --- a/styles/style.css +++ b/styles/style.css @@ -9,7 +9,7 @@ body { .titleimg { width: 80%; padding-top: 50px; - padding-bottom: 50px; + padding-bottom: 10px; max-width: 500px; transition: 0.2s; } @@ -17,6 +17,7 @@ body { .lookup-box { text-align: center; border: black; + padding-top: 40px; border-radius: 40px; padding: 10px; margin-bottom: 5px;