Make filter box and project header more responsive

This commit is contained in:
Frederic Guillot
2016-08-08 21:54:45 -04:00
parent fd0bea2187
commit 195fae86d6
17 changed files with 193 additions and 123 deletions

View File

@@ -1,5 +1,9 @@
@import variables
@mixin custom-device($width)
@media (max-width: #{$width})
@content
@mixin xs-device
@media (max-width: #{$xs-device-width})
@content