mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 08:14:18 +00:00
Improve RootHeader
's height
This commit is contained in:
parent
8cbcddc715
commit
11eb6ec4ad
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 2ex;
|
gap: 2ex;
|
||||||
|
|
||||||
|
flex-shrink: 0;
|
||||||
|
height: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pageLogo {
|
.pageLogo {
|
||||||
|
|
Loading…
Reference in a new issue