Merge pull request #2159 from riking/widen-gap

Widen 'post omitted' bars
This commit is contained in:
Sam 2014-04-08 17:05:04 +10:00
commit 792393442f
1 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,11 @@
} }
@include medium-width { @include medium-width {
width: 800px; width: 795px;
}
@include small-width {
width: 815px;
} }
} }