Update header.css

This commit is contained in:
hryxl 2022-03-21 12:33:38 +03:00 committed by GitHub
parent 4cab2c394c
commit f532a83d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,11 @@ header {
} }
.mobile-logo { .mobile-logo {
display: flex; display: block;
justify-content: left; justify-content: left;
align-items: left; align-items: left;
position: absolute;
left: 70px;
} }
.logo-div { .logo-div {