Changed header content vertical align to top.

pull/98/head
Fabio Caccamo 2020-09-02 18:08:48 +02:00
parent b165e6d27c
commit 892bfa5e16
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
min-height:40px; min-height:40px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: start;
} }
@media (max-width:1024px) { @media (max-width:1024px) {