$medium:"screen and (min-width : #{$mobile}) and (max-width : #{$tablet}-1)";
$big:"screen and (min-width : #{$tablet})";
$medium-and-small:"screen and (max-width : #{$tablet}-1)";
/* override view padding for share banner */
#view{
padding:0;
...
...
@@ -29,7 +35,7 @@ $stage-width: 480px;
&.has-error{
.validation-message{
transform:translate(22rem,0);
right:0;
}
}
...
...
@@ -73,7 +79,6 @@ $stage-width: 480px;
.title{
margin-left:1rem;
/* width: inherit; Inherits the width of whatever this is in. This works well for the preview page and might need to change if used in a different context*/