Update header.css

This commit is contained in:
hryxl 2022-03-21 12:59:53 +03:00 committed by GitHub
parent 551c06ec6a
commit 35cc1242d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%;