[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 */ /* line 11, ../sass/user-environ/_layout.scss */
.holder-all { .holder-all {
top: 5px; top: 3px;
right: 5px; right: 3px;
bottom: 5px; bottom: 3px;
left: 5px; } left: 3px; }
/* line 21, ../sass/user-environ/_layout.scss */ /* line 21, ../sass/user-environ/_layout.scss */
.browse-area, .browse-area,

View File

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