raggleton / PomPom

Attempt at a simple Pomodoro timer.
https://raggleton.github.io/PomPom
7 stars 3 forks source link

Vertically centre h1 button text #5

Closed hugovk closed 7 years ago

hugovk commented 7 years ago

Fixes #4.

Overrides bootstrap.css:

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

Demo: https://hugovk.github.io/PomPom/

Before: image

After: image

Would you prefer it in a separate CSS file?

hugovk commented 7 years ago

PS Please could you click the Edit button on the right of "Attempt at a simple Pomodoro timer." at https://github.com/raggleton/PomPom and add in "https://raggleton.github.io/PomPom"? Thanks!

raggleton commented 7 years ago

This was also fixed as part of #3, and I've added the URL.