Commit 87b556b52a7b04e69842d03c8b8e20a2c6eb1fbb
1 parent
b1907d70
git
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -2488,7 +2488,8 @@ input[type=file]::-webkit-file-upload-button { |
2488 | 2488 | } |
2489 | 2489 | |
2490 | 2490 | .performance-vacancy-sidebar-stars { |
2491 | - margin-top: 24px | |
2491 | + /*margin-top: 24px;*/ | |
2492 | + margin-top: -5px; | |
2492 | 2493 | } |
2493 | 2494 | .performance-vacancy-sidebar-stars .rating-container {height: 19px} |
2494 | 2495 | /****perform-vacancy-page****/ | ... | ... |