Skip to content

Commit

Permalink
Idea title styling fix [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi749 committed Dec 12, 2024
1 parent 8858ba3 commit d91a697
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
.ideaTitle {
font-size: 2rem;
font-weight: bold;
height: 32px;
line-height: normal;
min-height: 32px;
margin: 0;
}
}
Expand Down

0 comments on commit d91a697

Please sign in to comment.