Trying to resize the text box and buttons between desktop view and mobile view. It breaks at 1420px and then resizes for mobile once it hits the mobile dimensions.
These are set up as 2 blocks - one text block and one button block. Tried calling it with css but it seems like i'm not using the right code
@media screen and (max-width:1421px){
div##block-c319c24ef4b7256d06e8, .sqs-block-content p {
min-width: 100% !important;
}
}
Website: authentic-audience.squarespace.com
screenshot attached