bit more space for instructions

This commit is contained in:
Torsten Ruger 2015-10-21 18:37:04 +03:00
parent b4630fb501
commit 91e3a8fc03
1 changed files with 4 additions and 3 deletions

View File

@ -16,16 +16,17 @@ $susy: (
.one_class {
margin: 10px;
}
.file_view {
@include span(4);
margin-left: span(1);
}
.source_view { @include span(6); }
.source_view { @include span(8); }
.block_view {
@include span(4);
margin-right: span(2);
@include span(3);
margin-right: span(1);
height: 200px;
}