website/styl/lib/_mobileSmall.styl

8 lines
169 B
Stylus

@media only screen and (max-width: $small-mobile-max-width) {
#footerContent{
flex-direction: column;
div {
border-bottom: #3d3d3d 1px solid;
}
}
}