bit more space for instructions

This commit is contained in:
Torsten Ruger 2015-10-21 18:37:04 +03:00
parent b4630fb501
commit 91e3a8fc03

View File

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