Hello
How to hide articles in mobile view using protostar template?
Regards
How to hide articles in mobile view using protostar template?
Regards
@media (max-width: 480px) {
#content .blog .items-row.cols-2 {
display: none;
}
}