From 47d5aaec802dc18fac75bfd08525a63eace0b60e Mon Sep 17 00:00:00 2001 From: pufok <127991427+pushokthefox@users.noreply.github.com> Date: Sun, 1 Jun 2025 01:58:55 +0300 Subject: [PATCH] DMCA protection badge --- src/App.css | 3 +++ src/components/Footer.js | 1 + 2 files changed, 4 insertions(+) diff --git a/src/App.css b/src/App.css index 4acd589..17b986a 100644 --- a/src/App.css +++ b/src/App.css @@ -145,6 +145,9 @@ body { .button-group img { max-width: 100px; height: auto; + /* image-rendering: pixelated; */ + /* width: 88; + height: 31; */ /* border-radius: 8px; */ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: transform 0.2s ease; diff --git a/src/components/Footer.js b/src/components/Footer.js index 6a3f317..e1e948f 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -8,6 +8,7 @@ function Footer() { return ( ); }