diff --git a/crm/default.css b/crm/default.css index 2d977ef..94a3271 100644 --- a/crm/default.css +++ b/crm/default.css @@ -515,6 +515,10 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) { .search-form__label span{ top: 10px; } + .nav-wrap > a { + display: flex; + align-items: center; + } } @media (max-width: 900px) { @@ -590,8 +594,8 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) { padding: 10px 15px 10px 17px; } - .nav-wrap { - margin-left: 8px; + .nav-wrap a { + margin-right: 8px; } } @media (max-width: 900px) {