Skip to content

Commit

Permalink
Do not capitalize h1 tags by default (#271)
Browse files Browse the repository at this point in the history
Some devroom names might start with a lowercase letter. The current h1
formatting leads to incorrect titles in /schedule/track/$devroom

Signed-off-by: Dimitar Kanaliev <dimitar.kanaliev@siteground.com>
  • Loading branch information
dkanaliev authored Dec 13, 2024
1 parent 84227f1 commit 6344a2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/assets/style/parts/010_design.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ body{
}

h1 {
text-transform: capitalize;
text-align: center;
}

Expand Down

0 comments on commit 6344a2e

Please sign in to comment.