1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-10-16 07:17:28 +00:00

Improve RootHeader's height

This commit is contained in:
Steffo 2023-08-09 01:44:34 +02:00
parent 8cbcddc715
commit 11eb6ec4ad
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -2,6 +2,9 @@
display: flex;
align-items: center;
gap: 2ex;
flex-shrink: 0;
height: 80px;
}
.pageLogo {