diff --git a/assets/css/custom.css b/assets/css/custom.css index b55c993b..a21856f2 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -258,4 +258,34 @@ html.dark .color-swatches [style*="#000000"] + label { width: 100%; height: 100%; object-fit: cover; /* This will crop the image to fit */ +} + +/* --- Responsive Design --- */ +@media (max-width: 768px) { + .display-3 { + font-size: 2.5rem; + } + .display-4 { + font-size: 2rem; + } + .display-5 { + font-size: 1.75rem; + } + + .hero-section { + height: auto; /* Adjust height for mobile */ + padding: 100px 0; + } + + .product-card .product-info { + padding: 15px; + } + + .site-footer { + text-align: center; + } + + .site-footer .col-lg-2, .site-footer .col-lg-3, .site-footer .col-lg-4 { + margin-bottom: 30px; + } } \ No newline at end of file diff --git a/contact.php b/contact.php index cf6bbf33..53e84473 100644 --- a/contact.php +++ b/contact.php @@ -29,7 +29,6 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { include 'includes/header.php'; ?> -

@@ -79,9 +78,5 @@ include 'includes/header.php';
توجه: این فرم برای اهداف آزمایشی است. برای دریافت واقعی ایمیل‌ها، باید اطلاعات سرور ایمیل (SMTP) خود را در فایل .env وارد کنید.
-
- - - - + \ No newline at end of file