make br spacing smaller
This commit is contained in:
parent
9e9796419b
commit
6a5d825f93
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ body {
|
||||||
font-weight: var(--main-font-weight);
|
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 {
|
.card {
|
||||||
margin: 25px auto;
|
margin: 25px auto;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
|
Loading…
Reference in a new issue