diff --git a/templates/stop.erb b/templates/stop.erb index eec4cea..5b1d2d4 100644 --- a/templates/stop.erb +++ b/templates/stop.erb @@ -41,14 +41,17 @@ color:#333; } p.back { - margin-top: 30px; - margin-bottom: 50px; + padding: 0.5em 0; font-size:0.6em; text-align:center; color:#333; } p.back a { - color: #ddd; + display: block; + padding: 1em 0; + color: #ddd; + text-decoration: none; + background-color: #151515; }