Site URL: https://drcreative.squarespace.com
I followed these exact directions for a boxed-in footer: https://thirtyeightvisuals.com/blog/boxed-footer-squarespace
But the mobile code isn't working. This is the exact code I have in CSS editor:
@media screen and (min-width: 640px) {
.Footer-inner {
display: flex;
}
.Footer-blocks--top,
.Footer-middle,
.Footer-blocks--bottom {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
border: 1px solid #ddd;
padding: 20px;
}
}
.Footer-inner {
dis