diff --git a/iwm_browser/static/search/searchResults.css b/iwm_browser/static/search/searchResults.css index bb41a61..4eb3f1b 100644 --- a/iwm_browser/static/search/searchResults.css +++ b/iwm_browser/static/search/searchResults.css @@ -24,10 +24,10 @@ @media screen and (max-width: 550px) { .searchResults { - font-size: small; + font-size: 16px; } .times { - font-size: smaller; + display: none; } } diff --git a/iwm_browser/templates/home.html b/iwm_browser/templates/home.html index 0a5a4f2..7e48945 100644 --- a/iwm_browser/templates/home.html +++ b/iwm_browser/templates/home.html @@ -7,56 +7,16 @@ -
-
- -
-
IWM Browser
-
- - - -
-
+
+
IWM Browser
+
+ + +
+
diff --git a/iwm_browser/templates/search.html b/iwm_browser/templates/search.html index e80615e..1f5909d 100644 --- a/iwm_browser/templates/search.html +++ b/iwm_browser/templates/search.html @@ -1,7 +1,7 @@ - IWM Browser - {{ QueryValues["q"] if QueryValues["q"] is not none }} + IWM Browser - {{ QueryValues["q"] }}