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 */