diff --git a/examples/index.html b/examples/index.html index 3d30e94..6b4a140 100644 --- a/examples/index.html +++ b/examples/index.html @@ -9,6 +9,10 @@ html, body { font-family: Arial, Helvetica, sans-serif; } +.page-title { + font-weight: bold; + font-size: 64px; +} .progress-bar { -webkit-transition: none; -moz-transition: none; @@ -83,13 +87,16 @@