footer alignment updated

This commit is contained in:
akash 2025-12-20 12:52:14 +05:30
parent fb7c710f5e
commit 8398c47c48
3 changed files with 38 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -206,6 +206,43 @@
color: #d3cab3;
}
@media (max-width: 1360px) {
.logoImage {
object-fit: contain;
width: 300px;
height: 120px;
}
}
@media (max-width: 1600px) and (min-width: 1360px) {
.logoImage {
object-fit: contain;
width: 350px;
height: 120px;
}
}
@media (max-width: 1360px) and (min-width: 1200px) {
.logoImage {
object-fit: contain;
width: 250px;
height: 120px;
}
}
@media (max-width: 1024px) and (min-width: 768px) {
.logoImage {
object-fit: contain;
width: 142px;
}
}
/* Tablet Layout: 769px to 1200px */
@media (min-width: 769px) and (max-width: 1200px) {
.footer {

View File

@ -18,7 +18,7 @@ export default function Footer() {
<div className={styles.logo}>
<Link href="/" onClick={() => window.scrollTo(0, 0)} prefetch={false}>
<Image
src="/images/footer-logo.webp"
src="/images/footer-logo.png"
alt="Antalya Restaurant Footer Logo"
width={200}
height={200}