Update header.css

This commit is contained in:
hryxl 2022-03-21 12:06:01 +03:00 committed by GitHub
parent 0dedf8812a
commit 0f1e347749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,6 @@ header {
display: block; display: block;
justify-content: left; justify-content: left;
align-items: left; align-items: left;
position: absolute;
left: 50px;
} }
.logo-div { .logo-div {
@ -78,6 +76,8 @@ header {
#mobile-header-logo { #mobile-header-logo {
height: 1.75em; height: 1.75em;
width: 1.75em; width: 1.75em;
position: absolute;
left: 50px;
} }
.mobile-input-div { .mobile-input-div {