fix: privacy terms page styling issues and jQuery not initialised
This commit is contained in:
@ -56,6 +56,7 @@ pre.wrappable {
|
|||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
transform: translateY(-45%);
|
||||||
left: 15%;
|
left: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -46,6 +46,7 @@ block content
|
|||||||
a.btn.btn-primary.btn-lg.btn-block(id='continue-button', href='/', style='display: none;')
|
a.btn.btn-primary.btn-lg.btn-block(id='continue-button', href='/', style='display: none;')
|
||||||
| Continue to freeCodeCamp
|
| Continue to freeCodeCamp
|
||||||
|
|
||||||
|
include ../homePartials/scripts
|
||||||
script.
|
script.
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user