[Frontend] Tweaks to spacing

WTD-1163
WTD-1146
This commit is contained in:
Charles Hacskaylo 2015-05-01 10:18:33 -07:00
parent aec1176dc4
commit 6aadf921e1
2 changed files with 5 additions and 5 deletions

View File

@ -205,10 +205,10 @@ span {
/* line 11, ../sass/user-environ/_layout.scss */
.holder-all {
top: 5px;
right: 5px;
bottom: 5px;
left: 5px; }
top: 3px;
right: 3px;
bottom: 3px;
left: 3px; }
/* line 21, ../sass/user-environ/_layout.scss */
.browse-area,

View File

@ -9,7 +9,7 @@
}
.holder-all {
$myM: $interiorMargin;
$myM: $interiorMarginSm;
top: $myM;
right: $myM;
bottom: $myM;