Hi! I’ve been trying to adjust my image banners to fit the mobile screen on the dawn theme but it doesn’t work. I tried editing the base.css with the following code but it does nothing, I don’t know if I missed something. If anyone has a solution I’d appreciate it a lot, thanks
Here’s the code I added to base.css
@media screen and (max-width: 749px){
img{
width:100%;
}
}