Refactor Footer component for enhanced styling and layout consistency

- Improved icon alignment and sizes for a more cohesive appearance.
- Adjusted padding and spacing to ensure better visual consistency with the overall theme.
This commit is contained in:
2025-06-07 16:55:24 +02:00
parent 40e345a9f8
commit 73ec3b5120
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import Image from '~/components/common/Image.astro';
<Image src="/images/antifp-settings.png" alt="Screenshot of Anti-Fingerprinting Shield Plus settings panel with all privacy options enabled" class="rounded shadow-lg border border-gray-200 mx-auto" />

View File

@@ -0,0 +1,5 @@
import Image from '~/components/common/Image.astro';
<Image src={eap.screenshots.mainImg} alt={eap.whatItDoes.screenshot} class="rounded shadow-lg border border-gray-200 mx-auto" />
<Image src={eap.screenshots.settingsImg} alt={eap.screenshots.settings} class="rounded shadow-lg border border-gray-200 mx-auto" />
<Image src={eap.screenshots.popupImg} alt={eap.screenshots.popup} class="rounded shadow-lg border border-gray-200 mx-auto" />