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 ( ); }