diff --git a/src/scripts/search.tag b/src/scripts/search.tag index 0d17142..d95f299 100644 --- a/src/scripts/search.tag +++ b/src/scripts/search.tag @@ -16,7 +16,7 @@ -
+
function submit(ev) { diff --git a/src/styles/search.css b/src/styles/search.css index 1a7aa07..7f2f07b 100644 --- a/src/styles/search.css +++ b/src/styles/search.css @@ -6,6 +6,12 @@ header { white-space: pre-wrap !important; } +.search-load { + border-radius: 2.9rem !important; + width: 3rem !important; + height: 2.8rem !important; +} + .body { color: #1c75bc; }