change margin on sticky notes [ci skip]

This commit is contained in:
Dennis Collinson 2012-05-02 14:09:18 -07:00
parent fa1897112b
commit 9f930a9ba8

View file

@ -202,7 +202,7 @@ body {
.content{ .content{
min-height : $column-width + px; min-height : $column-width + px;
.text-content { .text-content {
margin: 20px 20px 30px; margin: 30px 20px;
} }
} }