make br spacing smaller

This commit is contained in:
hippoz 2020-10-24 20:08:53 +03:00
parent 9e9796419b
commit 6a5d825f93

View file

@ -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;