From 6d2e96ec5f1c2deb83fa645640061ad41af2257c Mon Sep 17 00:00:00 2001 From: Ladebeze66 Date: Wed, 19 Feb 2025 15:50:11 +0100 Subject: [PATCH] responsive --- app/assets/main.css | 2 +- app/components/Footer.jsx | 2 +- app/contact/page.js | 2 +- app/globals.css | 23 +++++++++++++++++++++++ app/layout.tsx | 2 +- 5 files changed, 27 insertions(+), 4 deletions(-) diff --git a/app/assets/main.css b/app/assets/main.css index 5dd020c..ce00f62 100644 --- a/app/assets/main.css +++ b/app/assets/main.css @@ -100,7 +100,7 @@ @media (max-width: 768px) { .bg-wallpaper { background-size: auto 100%; - background-position: center center; + background-position: center; min-height: 100vh; min-width: 200vw; } diff --git a/app/components/Footer.jsx b/app/components/Footer.jsx index 913ea57..66c3e9e 100644 --- a/app/components/Footer.jsx +++ b/app/components/Footer.jsx @@ -10,7 +10,7 @@ export default function Footer() { } return ( -