_layouts/termAndCondition.html in word-games-theme-1.8.5 vs _layouts/termAndCondition.html in word-games-theme-1.8.6

- old
+ new

@@ -4,10 +4,38 @@ {% assign termsData = site.data[folder][lang][file] %} <!DOCTYPE html> <html lang="{{termsData.htmlLangAtt}}"> {%- include head/index.html -%} +<style> + .page-top-section { + font-size: 16px; + padding-top: 250px; + padding-bottom: 40px; + background: url(/assets/images/footer2-bg.webp); + } + + .page-top-nav a { + color: #fff; + text-transform: uppercase; + padding: 0 15px; + } + + .page-top-nav a:hover { + color: white !important; + } + + .section-gap { + padding: 120px 0; + font-size: 25px; + color: #50668f; + font-size: 16px; + font-weight: 400; + line-height: 30px; + } +</style> + <body> {%- include header/index.html -%} <!-- Start page-top section --> <section class="page-top-section"> <div class="container"> @@ -411,14 +439,10 @@ </p> </div> </section> <!-- End main body content --> - - {%- include footer/index.html -%} - {%- include script.html -%} - </body> </html> \ No newline at end of file