DFCO Redesign Responsive

Started building out the front-end tonight! Having fun with the media queries using "Variables in queries, using @content" in SASS. For example:

@include respond-to(tablet) {
width:33.3333333%;
}
@include respond-to(mobile) {
width:50%;
}

So minimal, I love it! Anyways, just wanted to share some screenshots showing the different breakpoints, for the funsies :D

More by Mike Cummings

View profile