Squarespace - Media Queries to go to Mobile View

PHOTO EMBED

Mon Feb 22 2021 21:35:48 GMT+0000 (Coordinated Universal Time)

Saved by @Abhi #html

/* tablet */
@media screen and (max-width:991px) and (min-width:768px) {
/* stacations */
div#block-5e874825130e984bfc011395 h3 {
    font-size: 20px;
}
/* recent published */
div#block-yui_3_17_2_1_1585781296243_6471 h3 {
    font-size: 20px;
}
}
/* mobile */
@media screen and (max-width:767px) {
/* stacations */
div#block-5e874825130e984bfc011395 h3 {
    font-size: 25px;
}
/* recent published */
div#block-yui_3_17_2_1_1585781296243_6471 h3 {
    font-size: 22px;
}
}
content_copyCOPY

https://forum.squarespace.com/topic/160786-media-queries-to-go-to-mobile-view/