fix: privacy terms page styling issues and jQuery not initialised
This commit is contained in:
@ -56,6 +56,7 @@ pre.wrappable {
|
||||
font-size: .8em;
|
||||
line-height: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-45%);
|
||||
left: 15%;
|
||||
}
|
||||
|
||||
|
@ -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() {
|
||||
|
||||
|
Reference in New Issue
Block a user