Site URL: https://star-fennel-h9p3.squarespace.com/
Hey!
I have a section that is multicolored. It's perfect on mobile and desktop. But I want to change it to a single color on tablet only.
Here is my current css:
[data-section-id="60b93ddcc8f89f0d0d45b26e"] .section-background {background: linear-gradient(270deg, #DFCCBE 500px, #F8F5F2 80px);}
My question is, how do I add tablet parameters?
ie: @media screen and (max-width:1024px) and (min-width:768px)
I tried this, but of course - got an error
@media screen and (max-width:1024px) and (min-width:768px)
[data-section-id="60b93ddcc8f89f0d0d45b26e"]
.section-background {background-color: #DFCCBE;}
Site: https://star-fennel-h9p3.squarespace.com/
Password: website2021