footer alignment updated
This commit is contained in:
parent
fb7c710f5e
commit
8398c47c48
BIN
public/images/footer-logo.png
Normal file
BIN
public/images/footer-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
@ -206,6 +206,43 @@
|
|||||||
color: #d3cab3;
|
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 */
|
/* Tablet Layout: 769px to 1200px */
|
||||||
@media (min-width: 769px) and (max-width: 1200px) {
|
@media (min-width: 769px) and (max-width: 1200px) {
|
||||||
.footer {
|
.footer {
|
||||||
|
|||||||
@ -18,7 +18,7 @@ export default function Footer() {
|
|||||||
<div className={styles.logo}>
|
<div className={styles.logo}>
|
||||||
<Link href="/" onClick={() => window.scrollTo(0, 0)} prefetch={false}>
|
<Link href="/" onClick={() => window.scrollTo(0, 0)} prefetch={false}>
|
||||||
<Image
|
<Image
|
||||||
src="/images/footer-logo.webp"
|
src="/images/footer-logo.png"
|
||||||
alt="Antalya Restaurant Footer Logo"
|
alt="Antalya Restaurant Footer Logo"
|
||||||
width={200}
|
width={200}
|
||||||
height={200}
|
height={200}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user