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;