website/scss/_mobileSmall.scss

8 lines
169 B
SCSS

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