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:
parent
0f857af887
commit
8cbcddc715
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue