Update header.css

This commit is contained in:
hryxl 2022-03-21 13:01:49 +03:00 committed by GitHub
parent 35cc1242d2
commit 8f1d97966c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,8 @@ header {
font: 22px/36px Futura, Arial, sans-serif;
padding-left: 5px;
display: flex;
justify-content: center;
align-items: center;
justify-content: start;
align-items: stretch;
}
.logo-div {