From 7f508ab8f6b4200bd138b3fb3f7b1787d89cb354 Mon Sep 17 00:00:00 2001 From: Dan Mooney Date: Wed, 13 May 2026 09:40:13 -0500 Subject: [PATCH] Style privacy policy --- public/index.html | 2 +- public/privacy.html | 63 ++++++++++++++++++++++++++++++++++++++++ src/styles/layout.css | 2 +- src/styles/variables.css | 2 +- 4 files changed, 66 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index aed95e1..3d271c7 100644 --- a/public/index.html +++ b/public/index.html @@ -91,7 +91,7 @@

Common Use Cases

  • MDN Web Docs - JSON
  • As an Amazon Associate, we earn from qualifying purchases. This site may contain affiliate links; we may earn a commission at no extra cost to you.

    -

    Privacy Policy

    +

    Privacy Policy

    diff --git a/public/privacy.html b/public/privacy.html index 9b0f4d0..36388a9 100644 --- a/public/privacy.html +++ b/public/privacy.html @@ -6,6 +6,69 @@ Privacy Policy - Python Dict to JSON Converter +
    diff --git a/src/styles/layout.css b/src/styles/layout.css index 66abf3e..8d7f28b 100644 --- a/src/styles/layout.css +++ b/src/styles/layout.css @@ -166,7 +166,7 @@ footer li { max-width: 95%; padding: 10px; } - + .content-section table { display: block; overflow-x: auto; diff --git a/src/styles/variables.css b/src/styles/variables.css index 2bbd8eb..9061f46 100644 --- a/src/styles/variables.css +++ b/src/styles/variables.css @@ -6,4 +6,4 @@ --success-bg: #059669; --success-text: #ffffff; --highlight-line: #e3f2fd; -} \ No newline at end of file +} \ No newline at end of file