Make filter box and project header more responsive
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user