diff --git a/styles/style.css b/styles/style.css index f880b75..4a08067 100644 --- a/styles/style.css +++ b/styles/style.css @@ -11,6 +11,7 @@ body { padding-top: 50px; padding-bottom: 50px; max-width: 500px; + transition: 0.2s; } .lookup-box { @@ -21,6 +22,7 @@ body { margin-bottom: 5px; font-size: 18px; text-transform: uppercase; + transition: 0.2s; } .form-text-small { @@ -30,6 +32,7 @@ body { border-radius: 5px; padding: 10px; font-size: 18px; + transition: 0.2s; } @media only screen and (min-width: 600px) { @@ -46,6 +49,7 @@ body { border-radius: 5px; padding: 5px; font-size: 16px; + transition: 0.2s; } @media only screen and (min-width: 600px) { @@ -69,6 +73,7 @@ body { padding-bottom: 5px; margin-left: auto; margin-right: auto; + transition: 0.2s; } @media only screen and (min-width: 600px) {