Update _front-flex.scss

This commit is contained in:
Madison Scott-Clary
2019-11-02 17:23:28 -07:00
committed by GitHub
parent 6f89a3f085
commit a8b327b197

View File

@ -31,3 +31,14 @@
background-color: rgba(255, 255, 255, 0.05); background-color: rgba(255, 255, 255, 0.05);
} }
} }
@media only screen and (max-width: 960px) {
.front-flex {
display: block;
div, div div {
display: inline-block;
width: 100%;
}
}
}