responsive checked

This commit is contained in:
Selvi 2025-07-23 18:38:07 +05:30
parent 39ea6cfecb
commit b4c12c575c
3 changed files with 17 additions and 1 deletions

View File

@ -90,7 +90,7 @@ export default function Banner() {
<div className="content-column col-lg-6 col-md-12 col-sm-12">
<div className="inner-column">
<h1><span className="first-letter">Big Street </span><span className="second-letter">Taste</span></h1>
<div className="text">Subtext:
<div className="text">
Sink your teeth into juicy wings and loaded combos that bring the heat. Pick your style - BBQ, Buffalo, Garlic Parm, Hot Honey and level up your meal with fries and a pop.
</div>
<div className="btns-box">

View File

@ -1356,3 +1356,18 @@
height: 97px;
}
}
@media only screen and (max-width: 768px) {
.juice-section .content-column .sec-title .title, h2{
text-align: center;
}
}
@media (max-width: 768px) {
.separate {
background-position: center center !important;
background-repeat: no-repeat !important;
background-size: contain !important;
margin: 10px auto 0 auto !important;
display: block;
}
}

View File

@ -1142,6 +1142,7 @@
width: 303px;
height: 643px;
background-repeat: no-repeat;
opacity: 0.4;
}
.juice-section .image-column {