Commit 7530fa9decae2bb3d8622e1a40a080deb831af9f
1 parent
3f9749dd
Exists in
master
and in
4 other branches
Restored margin for text in notes
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/sections/notes.scss
@@ -48,7 +48,7 @@ | @@ -48,7 +48,7 @@ | ||
48 | p { color:$style_color; } | 48 | p { color:$style_color; } |
49 | .note-author { color: $style_color;} | 49 | .note-author { color: $style_color;} |
50 | 50 | ||
51 | - .note-title { padding-top: 5px;} | 51 | + .note-title { margin-left:45px; padding-top: 5px;} |
52 | .avatar { | 52 | .avatar { |
53 | margin-top:3px; | 53 | margin-top:3px; |
54 | } | 54 | } |