styles
This commit is contained in:
parent
87a9fb8440
commit
983eb82d4f
1 changed files with 2 additions and 1 deletions
|
|
@ -145,7 +145,8 @@
|
||||||
"banner banner banner banner"
|
"banner banner banner banner"
|
||||||
"header header header header"
|
"header header header header"
|
||||||
"nav main notifications filters";
|
"nav main notifications filters";
|
||||||
transition: grid-template-columns 0.25s ease-in-out;
|
transition: grid-template-columns 0.25s ease-in-out,
|
||||||
|
grid-template-rows 0.25s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-arrangement {
|
.header-arrangement {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue