Commit f597b5f43ab7e86eae45afc0ed5d6ac96a8a51f6
1 parent
cb6639ff
Exists in
master
and in
4 other branches
Fix logo overflow when broadcast message displayed
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/sections/header.scss
@@ -36,8 +36,8 @@ header { | @@ -36,8 +36,8 @@ header { | ||
36 | float: left; | 36 | float: left; |
37 | margin-right: 9px; | 37 | margin-right: 9px; |
38 | position: relative; | 38 | position: relative; |
39 | - top: -5px; | ||
40 | - padding-top: 5px; | 39 | + top: -3px; |
40 | + padding-top: 3px; | ||
41 | 41 | ||
42 | a { | 42 | a { |
43 | float: left; | 43 | float: left; |