diff --git a/iwm_browser/static/search/searchResults.css b/iwm_browser/static/search/searchResults.css index 4eb3f1b..bb41a61 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: 16px; + font-size: small; } .times { - display: none; + font-size: smaller; } } diff --git a/iwm_browser/templates/home.html b/iwm_browser/templates/home.html index 7e48945..0a5a4f2 100644 --- a/iwm_browser/templates/home.html +++ b/iwm_browser/templates/home.html @@ -7,16 +7,56 @@ +
-
-
IWM Browser
-
- - - +
+ +
+
IWM Browser
+
+ + + +
+
-
diff --git a/iwm_browser/templates/search.html b/iwm_browser/templates/search.html index 1f5909d..e80615e 100644 --- a/iwm_browser/templates/search.html +++ b/iwm_browser/templates/search.html @@ -1,7 +1,7 @@ - IWM Browser - {{ QueryValues["q"] }} + IWM Browser - {{ QueryValues["q"] if QueryValues["q"] is not none }}