#032 – Moving the Home Nav, Media Queries

(Updated on )

We working on fixing up the site so that on “desktop” (i.e. larger) screens the site still looks good. The homepage navigation is another thing that gets a littler ridiculously large on desktop. So instead of doing that, we shift it over to the right side exposing a space on the left.

We take the opportunity to talk about media queries and nesting in Sass, and even taking that step further and using a custom @mixin for handling them smartly.