0.0.141 correct header sizes and padding language w
This commit is contained in:
@@ -29,12 +29,12 @@ body.n_scroll{
|
||||
}
|
||||
|
||||
.header{
|
||||
height: 60px;
|
||||
height: 50px;
|
||||
width: 100%;
|
||||
background: #FFFFFF;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
padding: 5px 0 5px 0;
|
||||
padding: 10.5px 0 10.5px 0;
|
||||
z-index: 101;
|
||||
}
|
||||
|
||||
@@ -68,7 +68,7 @@ body.n_scroll{
|
||||
}
|
||||
|
||||
.logo_header{
|
||||
height: 60px;
|
||||
height: 49px;
|
||||
}
|
||||
|
||||
.right_part_header {
|
||||
@@ -78,7 +78,7 @@ body.n_scroll{
|
||||
display: flex;
|
||||
justify-content: right;
|
||||
align-items: center;
|
||||
height: 60px;
|
||||
height: 49px;
|
||||
}
|
||||
|
||||
.right_part_header_mobile{
|
||||
@@ -261,7 +261,7 @@ body.n_scroll{
|
||||
text-align: -moz-center;
|
||||
position: absolute;
|
||||
padding: 10px 0;
|
||||
top: 24px;
|
||||
top: 34px;
|
||||
}
|
||||
|
||||
.content_select_language > div{
|
||||
|
||||
Reference in New Issue
Block a user