fix: privacy terms page styling issues and jQuery not initialised

This commit is contained in:
SG
2018-08-19 18:57:12 +01:00
committed by mrugesh mohapatra
parent 5cfa1cd78c
commit 8e79a48b29
2 changed files with 3 additions and 1 deletions

View File

@ -56,6 +56,7 @@ pre.wrappable {
font-size: .8em;
line-height: 0;
top: 50%;
transform: translateY(-45%);
left: 15%;
}

View File

@ -45,7 +45,8 @@ block content
.col-sm-6.col-sm-offset-3
a.btn.btn-primary.btn-lg.btn-block(id='continue-button', href='/', style='display: none;')
| Continue to freeCodeCamp
include ../homePartials/scripts
script.
$(document).ready(function() {