Header bug fix

This commit is contained in:
2022-04-25 19:43:29 -03:00
parent 0f42cddf09
commit a1f5ce1f9c

View File

@@ -17,11 +17,11 @@ function Header() {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
user-select: none; user-select: none;
cursor: pointer;
.logotype { .logotype {
display: flex; display: flex;
align-items: center; align-items: center;
cursor: pointer;
img { img {
width: 80px; width: 80px;