Closed kevinsimper closed 8 years ago
The reason is because I use h2
as a subtitle on intro slides, and h3
as a slide title. We could probably reverse them :) Or just have slides have their own h1
.
You can also set an default h1
size of 150% or so, and then force the first slide to use a bigger h1
size:
#slide-1 h1 {
font-size: 300%;
}
This is easy to modify on your own theme. Otherwise, PR welcome.
h1 is 300% h2 is 100%
Shouldn't that be a little more similar?