diff --git a/index.css b/index.css index 194e907..9b137d8 100644 --- a/index.css +++ b/index.css @@ -19,12 +19,15 @@ width: 95%; font-size: 1em; padding: 0.5rem 0.8rem; - margin-bottom: 1rem; border: none; border-radius: 10px; background-color: rgba(0, 0, 0, 0.07); } +/* input:focus { + outline: none; +} */ + .suggestion { padding: 1rem 1rem 1rem 0; margin-left: 1rem; @@ -57,4 +60,12 @@ align-items: center; justify-content: center; padding: 0 1rem; + gap: 0.85rem; + margin-bottom: 1rem; +} + +#go { + font-size: 1.1rem; + display: none; + transition: opacity 0.25s ease-in-out; } \ No newline at end of file diff --git a/index.html b/index.html index 0121f6e..8a1df1a 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,8 @@