Tiny gaps for readability

This commit is contained in:
bingus_violet 2024-05-30 21:59:08 -05:00
parent 7b9281057c
commit 633c7fc523
2 changed files with 6 additions and 1 deletions

View file

@ -168,6 +168,11 @@ h2 {
text-decoration-color: white;
}
br {
display: block;
margin: 3px 0;
}
@media screen and (min-width: 850px) {
.activity-container {
display: flex;