responsive checked
This commit is contained in:
parent
39ea6cfecb
commit
b4c12c575c
@ -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">
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1142,6 +1142,7 @@
|
||||
width: 303px;
|
||||
height: 643px;
|
||||
background-repeat: no-repeat;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.juice-section .image-column {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user