header fix

This commit is contained in:
Jerry
2020-08-21 15:34:06 +03:00
parent 106730ee9f
commit 10e80802ed
3 changed files with 7 additions and 6 deletions

View File

@@ -879,7 +879,8 @@ header {
header .cont .header-menu.static {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto; }
flex: 0 0 auto;
padding-left: 3px; }
header .cont .header-menu.center {
text-align: center; }
header .cont .sign-block {
@@ -920,10 +921,10 @@ header {
display: inline-block;
zoom: 1;
vertical-align: top;
font-size: 15px;
font-size: 14px;
text-transform: uppercase;
height: 15px;
margin: 0 3px;
margin: 0 1px;
position: relative; }
header .header-menu ul li.guest-data {
display: none; }
@@ -937,7 +938,7 @@ header {
header .header-menu ul li a {
position: relative;
display: block;
padding: 0 5px 6px;
padding: 0 4px 6px;
line-height: 1;
font-weight: normal;
border-bottom: 3px solid transparent;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long