diff --git a/components/layout/footer/Footer2.js b/components/layout/footer/Footer2.js index 6c54379..a951e0c 100644 --- a/components/layout/footer/Footer2.js +++ b/components/layout/footer/Footer2.js @@ -49,7 +49,7 @@ export default function Footer2() { {/*Footer Column*/}
-
Visit
+
Contact
@@ -65,7 +65,7 @@ export default function Footer2() {
  • facebook
  • twitter
  • instagram
  • -
  • dribbble
  • + {/*
  • dribbble
  • */}
    diff --git a/components/sections/home2/Specials.js b/components/sections/home2/Specials.js index 8f1f2ef..b9d94aa 100644 --- a/components/sections/home2/Specials.js +++ b/components/sections/home2/Specials.js @@ -17,7 +17,7 @@ export default function Specials() {

    Sixty5 Street Specials

    -
    +
    {/* First Row - 4 cards (3 on md screens, 2 on sm) */}
    @@ -93,57 +93,55 @@ export default function Specials() { {/* Second Row - 3 cards (will automatically adjust to 2 on md, 1 on sm) */} {/* Second Row - 3 cards centered */} -
    -
    -
    -
    - +
    +
    +
    + +
    +
    +
    +
    +
    Veg Kothu
    +
    -
    -
    -
    -
    Veg Kothu
    -
    -
    -
    -
    Price - $11.99
    -
    +
    +
    Price - $11.99
    +
    -
    -
    -
    - +
    +
    +
    + +
    +
    +
    +
    +
    Chicken Kothu
    +
    -
    -
    -
    -
    Chicken Kothu
    -
    -
    -
    -
    Price - $14.99
    -
    +
    +
    Price - $14.99
    +
    -
    -
    -
    - +
    +
    +
    + +
    +
    +
    +
    +
    Mutton Biryani Bowl
    +
    -
    -
    -
    -
    Mutton Biryani Bowl
    -
    -
    -
    -
    Price - $17.99
    -
    +
    +
    Price - $17.99
    diff --git a/public/assets/css/responsive.css b/public/assets/css/responsive.css index db46371..6fb7c0e 100644 --- a/public/assets/css/responsive.css +++ b/public/assets/css/responsive.css @@ -1141,7 +1141,21 @@ h4{ font-size:20px; } - + .juice-section{ + padding: 50px 0px; + } + .recipe-section-two{ + padding: 0px 0px 50px; + } + .specials-section{ + padding: 50px 0px; + } + .menu-page-section{ + padding: 50px 0px; + } + .gallery-section-two{ + padding: 0px 0px 50px; + } .banner-section-two .content-column h1{ font-size:34px; } @@ -1244,4 +1258,36 @@ display:block; } -} \ No newline at end of file +} +@media only screen and (max-width: 479px) { +.banner-section .swiper-slide-active .icon-layer-one{ + max-width: 285px; +} +} +@media only screen and (max-width: 479px) { +.banner-section .swiper-slide-active .icon-layer-three{ + display: none; +} +} +@media only screen and (max-width: 479px) { +.banner-section .swiper-slide-active .content-column .icons-box{ + display: none; +} +} +@media (max-width: 768px) { + .main-menu .navbar-collapse { + float: none !important; + display: flex !important; + justify-content: center; + align-items: center; + } + + .main-menu .navbar-collapse .navbar-nav { + flex-direction: row; + justify-content: center; + } + + .main-menu .navbar-collapse .nav-item { + text-align: center; + } +}