compass-aura 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/stylesheets/aura/_mixins.scss +2 -0
- metadata +2 -2
@@ -39,6 +39,7 @@
|
|
39
39
|
// Single column debugging for mobile-first design!
|
40
40
|
@if $single-column == false {
|
41
41
|
@include respond-to('small') {
|
42
|
+
margin-left: 0;
|
42
43
|
@include columns(sidebar-width());
|
43
44
|
}
|
44
45
|
|
@@ -81,6 +82,7 @@
|
|
81
82
|
// Single column debugging for mobile-first design!
|
82
83
|
@if $single-column == false {
|
83
84
|
@include respond-to('small') {
|
85
|
+
margin-left: 0;
|
84
86
|
@include columns(sidebar-width($overflow: false));
|
85
87
|
}
|
86
88
|
|