$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;
...
...
@@ -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*/