Fix 'post omitted' bar lengths

This commit is contained in:
riking 2014-04-07 16:02:33 -07:00
parent 1e3faddfe4
commit 8934d2b49d
1 changed files with 5 additions and 1 deletions

View File

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