Skip to content

Commit

Permalink
Adjust commit message text size
Browse files Browse the repository at this point in the history
This makes it look more balanced in comparison to the subject line.
  • Loading branch information
rudolfs committed Nov 7, 2023
1 parent 79b1e9c commit 6efc542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/views/projects/Cob/CobCommitTeaser.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
}
.commit-message {
margin: 0.5rem 0;
font-size: var(--font-size-tiny);
}
@media (max-width: 720px) {
Expand Down
2 changes: 1 addition & 1 deletion src/views/projects/Commit/CommitTeaser.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}
.commit-message {
margin: 0.5rem 0;
font-size: var(--font-size-regular);
font-size: var(--font-size-small);
}
@media (max-width: 720px) {
Expand Down

0 comments on commit 6efc542

Please sign in to comment.