From 2ed53fa2410e900ca016ba4d28bdcc1983641fa8 Mon Sep 17 00:00:00 2001 From: Ralf Stockmann Date: Wed, 17 May 2023 02:35:12 +0200 Subject: [PATCH] Update styles.css - Get rid of the indent before URLs - Smaller Text size --- styles.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/styles.css b/styles.css index 189c335..249ab3e 100644 --- a/styles.css +++ b/styles.css @@ -41,6 +41,16 @@ margin-bottom: 1px !important; } +.card { + font-size: 0.9em; /* adjust this value to get the desired text size */ +} + +/* Remove indent of URLs */ +.invisible { + font-size: 0 !important; + line-height: 0 !important; +} + /* Custom navbar styles */ .navbar { height: 50px; /* reduce the height of the navbar */