diff --git a/examples/index.html b/examples/index.html index efb9c9c..ce332e4 100644 --- a/examples/index.html +++ b/examples/index.html @@ -145,8 +145,10 @@ html { font-size: 14px; } + h2 a { display: block; margin-bottom: 0.5em; } pre { font-size: 11px; line-height: 1.5; } pre code { padding: 5px; } + a.btn { display: block; text-align: center; padding: 1rem; } }