diff --git a/components/sections/home3/Fluid.js b/components/sections/home3/Fluid.js
index 78470b5..d658e34 100644
--- a/components/sections/home3/Fluid.js
+++ b/components/sections/home3/Fluid.js
@@ -33,7 +33,7 @@ export default function Fluid() {
{images.map((img, idx) => (
- setSelectedImage(img)}>
-
+
))}
diff --git a/components/sections/home3/Recipe.js b/components/sections/home3/Recipe.js
index 37db599..a6ace9d 100644
--- a/components/sections/home3/Recipe.js
+++ b/components/sections/home3/Recipe.js
@@ -32,7 +32,7 @@ export default function Recipe() {
OnTheFries
-
loaded fries
+
loaded fries
Price $7.99
@@ -61,7 +61,7 @@ export default function Recipe() {
Wings
-
Hot Wings
+
Hot Wings
Price $9.99
@@ -90,7 +90,7 @@ export default function Recipe() {
Wings
-
Honey Garlic Chicken
+
Honey Garlic Chicken
Price $9.99
diff --git a/public/assets/css/global.css b/public/assets/css/global.css
index 0b6ba2f..5e4a00c 100644
--- a/public/assets/css/global.css
+++ b/public/assets/css/global.css
@@ -581,7 +581,8 @@ img{
width:70px;
height:22px;
margin-top:10px !important;
- background:url(../images/icons/separate.png) no-repeat;
+ /* background:url(../images/icons/separate.png) no-repeat; */
+ background:url(../images/separate.webp) no-repeat;
}
.sec-title.centered .separate{
diff --git a/public/assets/css/responsive.css b/public/assets/css/responsive.css
index 20759b5..d1eb759 100644
--- a/public/assets/css/responsive.css
+++ b/public/assets/css/responsive.css
@@ -1267,11 +1267,21 @@
}
@media only screen and (max-width: 479px) {
- .banner-section .swiper-slide-active .icon-layer-one {
- max-width: 285px;
+ .banner-section .icon-layer-one {
+ width: 160px;
+ height: 140px;
+ top: -3px;
+ right: 10px;
+ left: auto;
+ /* Cancel the right positioning */
+ background-size: contain !important;
+ /* Show full image */
+ background-position: top right;
+ /* Align to top-left */
}
}
+
@media only screen and (max-width: 479px) {
.banner-section .swiper-slide-active .icon-layer-three {
display: none;
@@ -1304,7 +1314,45 @@
@media (max-width: 768px) {
.fluid-section-two .content-column .inner-column {
- padding: 50px 60px 50px 15px;
+ padding: 50px 60px 50px 15px;
}
-}
\ No newline at end of file
+}
+
+.book-thumbnail {
+ width: 150px;
+ height: 150px;
+}
+
+@media only screen and (max-width: 1024px) {
+ .book-thumbnail {
+ width: 100px;
+ height: 100px;
+ }
+}
+
+@media only screen and (max-width: 768px) {
+ .book-thumbnail {
+ width: 68px;
+ height: 68px;
+ }
+}
+
+@media only screen and (max-width: 479px) {
+ .book-thumbnail {
+ width: 70px;
+ height: 70px;
+ }
+}
+@media only screen and (max-width: 768px) {
+ .book-list {
+ justify-content: center !important;
+ flex-wrap: wrap;
+ gap: 10px;
+ }
+
+ .book-list li img {
+ width: 97px;
+ height: 97px;
+ }
+}
diff --git a/public/assets/images/home/special/veg-kothu.webp b/public/assets/images/home/special/veg-kothu.webp
new file mode 100644
index 0000000..2eb8bec
Binary files /dev/null and b/public/assets/images/home/special/veg-kothu.webp differ
diff --git a/public/assets/images/separate.webp b/public/assets/images/separate.webp
new file mode 100644
index 0000000..806cf36
Binary files /dev/null and b/public/assets/images/separate.webp differ