Skip to content

Commit

Permalink
Make motion content titles bold
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel committed Oct 15, 2024
1 parent d8f4a5f commit 969a00a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@
flex-direction: column;
margin-top: 10px;
}

.motion-content {
h3 {
font-weight: bold;
}
}

0 comments on commit 969a00a

Please sign in to comment.