Update header.css
This commit is contained in:
parent
551c06ec6a
commit
35cc1242d2
|
@ -14,12 +14,11 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-logo {
|
.mobile-logo {
|
||||||
display: inline-block;
|
font: 22px/36px Futura, Arial, sans-serif;
|
||||||
justify-content: left;
|
padding-left: 5px;
|
||||||
align-items: left;
|
display: flex;
|
||||||
position: relative;
|
justify-content: center;
|
||||||
right: 100px;
|
align-items: center;
|
||||||
top: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo-div {
|
.logo-div {
|
||||||
|
@ -85,14 +84,12 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-search-bar {
|
.mobile-search-bar {
|
||||||
display: flex;
|
display: block;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 0 0 0 8px;
|
padding: 0 0 0 8px;
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
-webkit-box-flex: 1;
|
-webkit-box-flex: 1;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
position: relative;
|
|
||||||
right: 140px;
|
|
||||||
outline: none;
|
outline: none;
|
||||||
border: none;
|
border: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user