1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-11-22 16:24:19 +00:00

Remove padding-top from BoardHeader

This commit is contained in:
Steffo 2023-08-08 18:27:37 +02:00
parent 0f857af887
commit 8cbcddc715
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -1,7 +1,6 @@
.boardHeader { .boardHeader {
display: grid; display: grid;
align-items: center; align-items: center;
padding-top: 4px;
grid-row-gap: 4px; grid-row-gap: 4px;
grid-column-gap: 10px; grid-column-gap: 10px;
} }