I've noticed my footer, header, and forms shrink on mobile devices, but the text on my privacy pages remains the same size. Is there an easy way to make this text shrink as well? Thank you
.content {
border: 1px solid transparent;
margin: auto;
margin-top: 40px;
padding: 50px 0px 50px 0px;
width: 1000px;
}
.content a {
color: #0996f8;
font-family: Sans,Helvetica,Arial,sans-serif;
font-size: 17px;
font-weight: 300;
line-height: 28px;
text-decoration: none;
}
.content a:hover {
color: #0996f8;
font-family: Sans,Helvetica,Arial,sans-serif;
font-size: 17px;
font-weight: 300;
line-height: 28px;
text-decoration: underline;
}
.content p {
color: #221f1f;
font-family: Sans,Helvetica,Arial,sans-serif;
font-size: 17px;
font-weight: 300;
line-height: 28px;
}