jdan / cleaver

30-second slideshows for hackers
http://jdan.github.io/cleaver
MIT License
4.03k stars 305 forks source link

font sizes #104

Closed kevinsimper closed 8 years ago

kevinsimper commented 9 years ago

h1 is 300% h2 is 100%

Shouldn't that be a little more similar?

jdan commented 9 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.

sjaakvandenberg commented 9 years ago

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%;
}
drawveloper commented 8 years ago

This is easy to modify on your own theme. Otherwise, PR welcome.