From 6a5d825f9379d8024da3d9a08baffd5e5b3ead40 Mon Sep 17 00:00:00 2001 From: hippoz Date: Sat, 24 Oct 2020 20:08:53 +0300 Subject: [PATCH] make br spacing smaller --- res/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/res/style.css b/res/style.css index b29763e..158fa62 100644 --- a/res/style.css +++ b/res/style.css @@ -14,6 +14,12 @@ body { font-weight: var(--main-font-weight); } +br { + display: block; /* makes it have a width */ + content: ""; /* clears default height */ + margin-top: 2px; /* change this to whatever height you want it */ +} + .card { margin: 25px auto; padding: 20px;