The logo is really small when I look at my site on a smartphone.
I’m using the Blacksilver theme. Can anyone tell me how I can resize this?
I tried putting this code in Additional CSS but no luck:
@media screen and (max-width: 400px){
.logo{
width:200px !important;
}
}