Skip to content

Commit

Permalink
attempt to fix css again
Browse files Browse the repository at this point in the history
  • Loading branch information
uchks committed Oct 6, 2024
1 parent b704bc9 commit 989f85b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,15 @@ body {
color: var(--text-primary);
}

.h5 {
margin-top: -10px;
}

/* Lists and items */
.list-group {
background-color: var(--bg-secondary);
border-radius: 12px;
overflow: hidden;
margin-bottom: 10px;
}

.list-group-item {
Expand Down

0 comments on commit 989f85b

Please sign in to comment.