/ Published in: SASS
Use to control inline or block questions at different media query breakpoints.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
@mixin inlineQuestion($first: false, $width:100%) { display: inline-block; margin-top: 0; width: $width; @if $first != true { margin-left: -0.3125em; padding-left: 3%; } }