_layouts/privacyPolicy.html in word-games-theme-1.8.5 vs _layouts/privacyPolicy.html in word-games-theme-1.8.6
- old
+ new
@@ -4,9 +4,36 @@
{% assign privacyData = site.data[folder][lang][file] %}
<!DOCTYPE html>
<html lang="{{privacyData.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 -->
\ No newline at end of file