From 24dfab7da6ee265eb5d24430e5defbab0c9aa8f3 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 1 Oct 2021 02:05:15 -0400 Subject: [PATCH] Reduce result links size --- stylesheets/persia.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/persia.css b/stylesheets/persia.css index b83fffe..c6473c2 100644 --- a/stylesheets/persia.css +++ b/stylesheets/persia.css @@ -210,7 +210,7 @@ span.clear { padding: 0.5rem; width: 100%; margin: 0.5rem auto; - font-size: 1.4rem; + font-size: 1.2rem; transition: 300ms cubic-bezier(0.075, 0.82, 0.165, 1); text-decoration: none; background: linear-gradient(to bottom right, #64a95a, #388c73) no-repeat @@ -235,7 +235,7 @@ span.clear { .fuzzynav div.results .hyperlink .link { color: #0000FE; text-align: right; - font-size: 1.1rem; + font-size: 1rem; } .fuzzynav div.results .hyperlink .highlight {