Add only responsive classes, Remove test tiles, Remove section border, Add widescreen container

This commit is contained in:
Jeremy Thomas
2016-04-25 22:00:21 +01:00
parent 4ed6072d21
commit dc533827a1
7 changed files with 35 additions and 20 deletions

View File

@@ -78,6 +78,10 @@
@media screen and (min-width: $tablet)
@content
=tablet-only
@media screen and (min-width: $tablet) and (max-width: $desktop - 1px)
@content
=touch
@media screen and (max-width: $desktop - 1px)
@content
@@ -86,6 +90,10 @@
@media screen and (min-width: $desktop)
@content
=desktop-only
@media screen and (min-width: $desktop) and (max-width: $widescreen - 1px)
@content
=widescreen
@media screen and (min-width: $widescreen)
@content