From e773ff68e5952a0f799cd3a69b42876bf45fa5c5 Mon Sep 17 00:00:00 2001
From: Arco Mul <me@arcomul.nl>
Date: Mon, 27 Dec 2021 12:36:10 +0100
Subject: [PATCH] Decrease font-size of url so that the title stands out more

---
 tinysearchengine/static/index.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tinysearchengine/static/index.css b/tinysearchengine/static/index.css
index 2749e1e..d6e2348 100644
--- a/tinysearchengine/static/index.css
+++ b/tinysearchengine/static/index.css
@@ -22,6 +22,7 @@ div {
 
 .url {
    margin-top: 0px;
+   font-size: 1rem;
 }
 
 .container {