diff --git a/index.html b/index.html index dcbbde441..c756c0c1d 100644 --- a/index.html +++ b/index.html @@ -82,7 +82,9 @@

All calculators, spot in a single place!!

diff --git a/style.css b/style.css index 067dc07df..11891ebdd 100644 --- a/style.css +++ b/style.css @@ -1670,12 +1670,18 @@ section { margin-top: 16px; } +.search-input-container { + margin-left: 8rem; + align-items: center; + display: inline; +} + #searchBar button { - font-size: 2.5rem; + font-size: 2rem; background: transparent; border: 0; color: white; - margin-left: 1rem; + margin-left: 5px; background-color: #ff1b82; padding: .7rem; width: 8rem; @@ -1709,6 +1715,8 @@ section { #searchBar input { width: 100%; font-size: 1.5rem; + align-items: center; + display: flex; } #searchBar button {