Commit fd8a165df70642efe44c5735b9c5b12da17d7b34

Authored by Dmitriy Zaporozhets
1 parent 67b07f96

Reduce note header padding

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/stylesheets/sections/notes.scss
@@ -97,7 +97,7 @@ ul.notes { @@ -97,7 +97,7 @@ ul.notes {
97 margin-left: 45px; 97 margin-left: 45px;
98 } 98 }
99 .note-header { 99 .note-header {
100 - padding-bottom: 5px; 100 + padding-bottom: 3px;
101 } 101 }
102 } 102 }
103 103