diff --git a/static/css/style.css b/static/css/style.css index c4dfde2..c3087eb 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -20,24 +20,24 @@ html { background-color: var(--bg); color: var(--fg); font-size: 160%; - font-family: 'Courier New', Courier, 'Inter'; + font-weight: lighter; + font-family: 'InterVariable', 'Courier New', Courier, 'Inter'; height: 100%; } body { display: flex; flex-direction: column; - gap: 1rem; margin: 0; height: 100%; } .navbar { flex: 0 1 auto; - padding: 30px; + padding: 5px 30px; display: flex; flex-direction: column; - gap: 1rem; + gap: .3rem; } /* Navbar styling*/ @@ -163,7 +163,7 @@ a:active { } .category { - margin: .5rem 0rem; + margin: 0; padding: 0rem 1rem; border-left: .125rem solid var(--fg); } @@ -178,7 +178,6 @@ a:active { justify-content: flex-start; align-items: center; width: 100%; - gap: 1rem; flex-direction: column; flex-grow: 1; height: 1%; diff --git a/templates/content.html b/templates/content.html index d6a5525..f44003c 100644 --- a/templates/content.html +++ b/templates/content.html @@ -1,7 +1,8 @@ -
Showing results for {{products|count}} products
+Sorry... We have nothing to show here!
+{% endif %} diff --git a/templates/header.html b/templates/header.html index 9f52b79..c1576bd 100644 --- a/templates/header.html +++ b/templates/header.html @@ -14,28 +14,26 @@ {% endif %} - -